updateChannels method

Implementation

Future<List<NotificationChannel>> updateChannels(
    List<NotificationChannelUpdate> updates) {
  throw UnimplementedError('upsertChannels has not been implemented.');
}