The current version of the OS that the app is running on.
static Future<String> get platformVersion async { final String version = await _channel.invokeMethod(Functions.getPlatformVersion); return version; }