goToMarket static method

dynamic goToMarket()

跳转应用市场(仅适用于Android)

Implementation

static goToMarket() async {
  return await _methodChannel.invokeMethod('goToMarket');
}