getPlatformVersion method

Future<String?> getPlatformVersion()

Gets the platform version

Returns the version of the platform (Android/iOS) the app is running on.

Implementation

Future<String?> getPlatformVersion() {
  return MultiLanguageSearchEnginePlatform.instance.getPlatformVersion();
}