getPlatformVersion method

Future<String?> getPlatformVersion()

Implementation

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