receivePushNotification method

Future<bool?> receivePushNotification(
  1. Map<String, dynamic> content
)

Implementation

Future<bool?> receivePushNotification(
  Map<String, dynamic> content,
) {
  throw UnimplementedError(
      'receivePushNotification() has not been implemented.');
}