getAllChannels method

Future<List<NotificationChannel>> getAllChannels()

Implementation

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