updateChannels static method

Implementation

static Future<List<NotificationChannel>> updateChannels(
    List<NotificationChannelUpdate> updates) {
  return NotificationChannelManagerPlatform.instance.updateChannels(updates);
}