createChannel method

Future<NotificationChannel> createChannel(
  1. NotificationChannel notificationChannel
)

Implementation

Future<NotificationChannel> createChannel(
    NotificationChannel notificationChannel) {
  throw UnimplementedError(
      'upsertNotificationChannel() has not been implemented.');
}