getLiteAVSDKVersion static method

Future<String?> getLiteAVSDKVersion()

Getting the version of LiteAVSDK that depends on the native side

Implementation

static Future<String?> getLiteAVSDKVersion() async {
  return await _pluginChannel.invoke<String>('getLiteAVSDKVersion');
}