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