Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
IloveJavaa committed Aug 9, 2022
1 parent cb621b1 commit 22883fb
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 @@ -29,7 +29,7 @@ class _MyAppState extends State<MyApp> {
// Platform messages are asynchronous, so we initialize in an async method.
Future<void> initPlatformState() async {
TrackerSDKConfig trackerSDKConfig =
new TrackerSDKConfig("0455721b-33c5-4c9f-805e-596d818d910a", "development");//xxfe3694-1ef5-430d-baa7-01ba36332xxx
new TrackerSDKConfig("xxfe3694-1ef5-430d-baa7-01ba36332xxx", "development");

Trackierfluttersdk.setUserId("this_is_a_userId");
Trackierfluttersdk.setUserEmail("[email protected]");
Expand Down

0 comments on commit 22883fb

Please sign in to comment.