Getting the version of LiteAVSDK that depends on the native side
static Future<String?> getLiteAVSDKVersion() async { return await _pluginChannel.invoke<String>('getLiteAVSDKVersion'); }