version method

Future<String> version()

获取 TradplusSDK 版本号

Implementation

Future<String> version() async {
  return await TradplusSdk.channel.invokeMethod('tp_version');
}