getPlatformVersion method

String? getPlatformVersion()

Implementation

String? getPlatformVersion() {
  return Platform.operatingSystemVersion;
}