Skip to content

Commit 5a20709

Browse files
Apply suggestions from code review
1 parent b3e6d53 commit 5a20709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.setProperty(QUserProperty.customUserId, 'customId');
2626
print('did set user id');
2727
},

0 commit comments

Comments
 (0)