version static method
Implementation
static String version({@Deprecated('No longer used.') bool quiet = false}) {
return Platform.version.substring(0, Platform.version.indexOf(' '));
}
static String version({@Deprecated('No longer used.') bool quiet = false}) {
return Platform.version.substring(0, Platform.version.indexOf(' '));
}