updateChannel method

Implementation

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