platformVersion method

Future<String> platformVersion()

Return the platform version as a String

On Android this is the API integer, e.g. "33" On iOS this is the iOS version, e.g. "16.1" On desktop this is a description of the OS version, not parsable

Implementation

Future<String> platformVersion() => _downloader.platformVersion();