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
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
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
hashCode int

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

getBattery() Future

DocsEditable(), DomName('Navigator.getBattery'), Experimental()
getGamepads() List<Gamepad>

DocsEditable(), DomName('Navigator.getGamepads'), Experimental()
getStorageUpdates() → void

DocsEditable(), DomName('Navigator.getStorageUpdates'), Experimental()
getUserMedia({audio: false, video: false }) Future<MediaStream>

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

DomName('Navigator.webkitGetUserMedia'), Experimental(), SupportedBrowser(SupportedBrowser.CHROME)
getVRDevices() Future

DocsEditable(), DomName('Navigator.getVRDevices'), Experimental()
registerProtocolHandler(String scheme, String url, String title) → void

DocsEditable(), DomName('Navigator.registerProtocolHandler'), Unstable()
requestMediaKeySystemAccess(String keySystem, List<Map> supportedConfigurations) Future

DocsEditable(), DomName('Navigator.requestMediaKeySystemAccess'), Experimental()
requestMidiAccess([Map options ]) Future

sendBeacon(String url, Object data) bool

DocsEditable(), DomName('Navigator.sendBeacon'), Experimental()
noSuchMethod(Invocation invocation) → dynamic

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

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited