getPlatformVersion method

Future<String?> getPlatformVersion()

Boiler-plate code

Implementation

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