Inheritance
Implements
Annotations
  • DomName('Navigator')

Static Properties

instanceRuntimeType Type

read-only

Constructors

Properties

appCodeName String

read-only
appName String

read-only
appVersion String

read-only
bluetooth Bluetooth

read-only
connection NetworkInformation

read-only
cookieEnabled bool

read-only
credentials CredentialsContainer

read-only
dartEnabled bool

read-only
doNotTrack String

read-only
geolocation Geolocation

read-only
hardwareConcurrency int

read-only
hashCode int

read-only, inherited
language String

read-only
languages List<String>

read-only
maxTouchPoints int

read-only
mediaDevices MediaDevices

read-only
mimeTypes MimeTypeArray

read-only
onLine bool

read-only
permissions Permissions

read-only
persistentStorage DeprecatedStorageQuota

read-only
platform String

read-only
presentation Presentation

read-only
product String

read-only
productSub String

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
services ServicePortCollection

read-only
serviceWorker ServiceWorkerContainer

read-only
storageQuota StorageQuota

read-only
temporaryStorage DeprecatedStorageQuota

read-only
userAgent String

read-only
vendor String

read-only
vendorSub String

read-only

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

getBattery() Future

getGamepads() List<Gamepad>

getStorageUpdates() → void

getUserMedia({audio: false, video: false}) Future<MediaStream>

Gets a stream (video and or audio) from the local computer.

getVRDevices() Future

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
registerProtocolHandler(String scheme, String url, String title) → void

requestMediaKeySystemAccess(String keySystem, List<Map> supportedConfigurations) Future

requestMidiAccess([Map options]) Future

sendBeacon(String url, Object data) bool

toString() String

Returns the result of the JavaScript objects toString method.

inherited