Last updated:
0 purchases
jpush flutter2
JPush Flutter #
Getting Started #
JPushFlutter.setDebugMode(debugMode: true);
JPushFlutter.init('', 'developer-default');
JPushFlutter.setMethodCallHandler((call) async {
if (call.method == 'notificationClick') {
if (kDebugMode) {
print('setMethodCallHandler: ${call.arguments}');
}
}
});
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.