operatingSystem property
Returns the OperatingSystem the current browsers works on.
This is used to implement operating system specific behavior such as soft keyboards.
Implementation
OperatingSystem get operatingSystem {
return debugOperatingSystemOverride ?? _operatingSystem;
}