sendNotification method

Future<String?> sendNotification(
  1. String message
)

Implementation

Future<String?> sendNotification(String message) {
  throw UnimplementedError('sendNotification() has not been implemented.');
}