getVersion static method

Future<String> getVersion()

获取SDK版本号 Get the SDK version

Implementation

static Future<String> getVersion() {
  return NeliveplayerPlatform.instance.getVersion();
}