createNotificationChannel method
Future<void>
createNotificationChannel({
- required String channelId,
- required String channelName,
- SLNotificationPriority priority = SLNotificationPriority.defaultPriority,
Implementation
Future<void> createNotificationChannel(
{required String channelId,
required String channelName,
SLNotificationPriority priority =
SLNotificationPriority.defaultPriority}) async {
throw UnimplementedError(
'createNotificationChannel() has not been implemented.');
}