jpush_flutter2

Last updated:

0 purchases

jpush_flutter2 Image
jpush_flutter2 Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.