getVersion method
获取版本号
Implementation
Future<V2TimValueCallback<String>> getVersion() async {
return V2TimValueCallback.fromJson(
formatJson(
await _channel.invokeMethod(
'getVersion',
buildParam(
{},
),
),
),
);
}