getPlatformVersion static method

Future<String?> getPlatformVersion()

Implementation

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