@override Future<String?> showCustomNotification() async { final version = await methodChannel.invokeMethod<String>('showCustomNotification'); return version; }