storePushNotification method

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

Implementation

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