static Future<String?> get platformVersion async { StringMsg stringMsg = await _playerPluginApi.getLiteAVSDKVersion(); return stringMsg.value; }