getPlatformVersion static method

Future<String?> getPlatformVersion()

Gets the platform version

Implementation

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