updateChannel method

Implementation

Future<NotificationChannel> updateChannel(NotificationChannelUpdate update) {
  throw UnimplementedError(
      'updateChannel() has not been implemented.');
}