getChannels method

Future<List<NotificationChannel>> getChannels()

Implementation

Future<List<NotificationChannel>> getChannels() {
  return instance.getChannels();
}