goToMarket static method
dynamic
goToMarket()
跳转应用市场(仅适用于Android)
Implementation
static goToMarket() async {
return await _methodChannel.invokeMethod('goToMarket');
}
跳转应用市场(仅适用于Android)
static goToMarket() async {
return await _methodChannel.invokeMethod('goToMarket');
}