Last updated:
0 purchases
flutter push devonics
flutter_push_devonics #
Push Devonics Flutter Plugin
Getting Started #
Init Push on main.dart
FlutterPushDevonics.init("APP_ID");
copied to clipboard
If you need Push User ID
String userID = await FlutterPushDevonics.getUserID ?? 'Empty User ID';
copied to clipboard
If you want add TAG to User
FlutterPushDevonics.sendTag("KEY", "VALUE");
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.