createChannel method
Implementation
Future<NotificationChannel> createChannel(
NotificationChannel notificationChannel) {
throw UnimplementedError(
'createChannel() has not been implemented.');
}
Future<NotificationChannel> createChannel(
NotificationChannel notificationChannel) {
throw UnimplementedError(
'createChannel() has not been implemented.');
}