获取SDK版本号
returns 版本号
returns
static Future<String> getSdkVersion() async { return await _liveBaseMethodChannel.invokeMethod( 'getSdkVersion', ); }