getSdkVersion static method

Future<String?> getSdkVersion()

获取sdk版本号

Implementation

static Future<String?> getSdkVersion() {
  return _channel.invokeMethod('getSdkVersion');
}