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