getPlatformVersion static method

Future<String?> getPlatformVersion()

Implementation

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