Skip to content

Commit 12d6201

Browse files
Delete useless keywords
1 parent 618007b commit 12d6201

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/lib/home.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class _HomeViewState extends State<HomeView> {
9494

9595
Future<void> _initPlatformState() async {
9696
if (kDebugMode) {
97-
await Qonversion.setDebugMode();
97+
Qonversion.setDebugMode();
9898
}
9999

100100
Qonversion.launch(

example/lib/params_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ParamsView extends StatelessWidget {
2121
child: Text('Set User ID'),
2222
color: Colors.green,
2323
textColor: Colors.white,
24-
onPressed: () async {
24+
onPressed: () {
2525
Qonversion.setUserId('customId');
2626
print('did set user id');
2727
},

0 commit comments

Comments
 (0)