getPlatformVersion static method

Future<String?> getPlatformVersion()

Gets the platform version (for testing purposes).

Returns the platform version string.

Implementation

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