promptPushPrimer static method

Future<void> promptPushPrimer(
  1. Map<String, dynamic> pushPrimerJSON
)

Creates a push primer asking user to enable push notification.

Implementation

static Future<void> promptPushPrimer(Map<String, dynamic> pushPrimerJSON) async {
  return await _dartToNativeMethodChannel.invokeMethod('promptPushPrimer', pushPrimerJSON);
}