getChannel method

Future<NotificationChannel?> getChannel(
  1. String channelId, {
  2. String? conversationId,
})

Implementation

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