operatingSystem top-level property
String
get
operatingSystem
Always 'web', since dart:io's Platform.operatingSystem isn't
available there.
Implementation
String get operatingSystem => 'web';
Always 'web', since dart:io's Platform.operatingSystem isn't
available there.
String get operatingSystem => 'web';