@override Future<void> openPlayStore() async { try { await methodChannel.invokeMethod("openPlayStore"); } on PlatformException catch (e, s) { print(s); } }