getPlatformVersion method

Future<String?> getPlatformVersion()

Check Platform Version

Implementation

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