createChannels method

Future<List<NotificationChannel>> createChannels(
  1. List<NotificationChannel> channels
)

Implementation

Future<List<NotificationChannel>> createChannels(
    List<NotificationChannel> channels) {
  throw UnimplementedError('upsertChannels has not been implemented.');
}