getSDKVersion static method
@detail api @author wangzhanqiang @brief Get the current version number of the SDK. @return The current SDK version number.
Implementation
static FutureOr<String> getSDKVersion() async {
return await NativeClassUtils.nativeStaticCall(
_$namespace,
'getSDKVersion',
[],
'com.volcengine.rtc.hybrid_runtime',
);
}