handleiOSPushNotification method

Future<bool> handleiOSPushNotification(
  1. Map<String, dynamic> messageData
)

Implementation

Future<bool> handleiOSPushNotification(Map<String, dynamic> messageData) async {
  throw UnimplementedError('handleiOSPushNotification() has not been implemented.');
}