checkCurrentArea method

Future<void> checkCurrentArea()

TradplusSDK 获取地区api

Implementation

Future<void> checkCurrentArea() async {
  TradplusSdk.channel.invokeMethod('tp_checkCurrentArea');
}