operatingSystem property

OperatingSystem get operatingSystem

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;
}