getChannel method

Future<NotificationChannel?> getChannel(
  1. String channelId
)

Implementation

Future<NotificationChannel?> getChannel(String channelId) {
  throw UnimplementedError(
      'getNotificationChannel() has not been implemented.');
}