getPlatformVersion method

Future<String?> getPlatformVersion()

Gets the platform version string.

Returns the platform name and version (e.g., 'Android 13' or 'iOS 16.0').

Implementation

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