Returns the native SDK version string.
Future<String?> getSDKVersion() async { await _wrapperSessionSetup; return _channel.invokeMethod(_methodGetSDKVersion); }