getAllChannels method

Future<List<NotificationChannel>> getAllChannels()

Implementation

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