Skip to content

Commit

Permalink
use test apikey
Browse files Browse the repository at this point in the history
  • Loading branch information
octavian-h committed Dec 23, 2023
1 parent 04c670b commit 6e6ce36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class LoadingPage extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.center,
children: [
FutureBuilder<void>(
future: AppCenter.start("8e14e67c-7c91-40ac-8517-c62ece8424a6"),
future: AppCenter.start("00000000-0000-0000-0000-000000000001"),
builder: (context, snapshot) {
if (snapshot.connectionState == ConnectionState.none ||
snapshot.connectionState == ConnectionState.waiting) {
Expand Down

0 comments on commit 6e6ce36

Please sign in to comment.