registerPushMessageNotificationCallback method

Future registerPushMessageNotificationCallback ()

Implementation

Future<dynamic> registerPushMessageNotificationCallback() async {
  var result =
      await _methodChannel.invokeMethod('registerPushMessageNotificationCallback');
  return result;
}