showCustomNotification method

Future<String?> showCustomNotification()

Implementation

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