openAppMarket static method
Only for android, should check platform before use.
Implementation
static Future<FlutterError?> openAppMarket({ AppMarket market = AppMarket.official }) async {
return methodChannel.invokeMethod("openAppMarket", { "market": market.name });
}