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