sendFirebasePushNotification method

Future<void> sendFirebasePushNotification(
  1. Map<String, dynamic> message
)

Implementation

Future<void> sendFirebasePushNotification(Map<String, dynamic> message) {
  throw UnimplementedError(
      'sendFirebasePushNotification() has not been implemented.');
}