checkCurrentArea method
TradplusSDK 获取地区api
Implementation
Future<void> checkCurrentArea() async {
TradplusSdk.channel.invokeMethod('tp_checkCurrentArea');
}
TradplusSDK 获取地区api
Future<void> checkCurrentArea() async {
TradplusSdk.channel.invokeMethod('tp_checkCurrentArea');
}