getNotificationChannelId method

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

Implementation

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