getNotificationChannelName method

  1. @override
Future<String?> getNotificationChannelName()
override

Implementation

@override
Future<String?> getNotificationChannelName() async {
  return await methodChannel.invokeMethod<String>(NOTIFICATION_CHANNEL_NAME);
}