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