handlePushNotification method

Future<void> handlePushNotification(
  1. String notificationData
)

Implementation

Future<void> handlePushNotification(String notificationData) async {
  await _channel.invokeMethod("handlePushNotification", notificationData);
}