getPlatformVersion method

Future<String?> getPlatformVersion()

Returns the host Android SDK version string.

Implementation

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