import 'alive_plugin_platform_interface.dart'; class AlivePlugin { Future getPlatformVersion() { return AlivePluginPlatform.instance.getPlatformVersion(); } static Future backToDesktopButKeepAlive() { return AlivePluginPlatform.instance.backToDesktopButKeepAlive(); } }