updateChannels method

Implementation

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