Not documented.

Inheritance
Implements
Annotations
  • DomName('Navigator')

Static Methods

internalCreateNavigator() Navigator

Constructors

Properties

appCodeName String

read-only
appName String

read-only
appVersion String

read-only

The underlying JS DOM object.

read / write, inherited
connection NetworkInformation

read-only
cookieEnabled bool

read-only
credentials CredentialsContainer

read-only
dartEnabled bool

read-only
doNotTrack String

read-only
geofencing Geofencing

read-only
geolocation Geolocation

read-only
hardwareConcurrency int

read-only
hashCode int

read-only
language String

read-only
languages List<String>

read-only
maxTouchPoints int

read-only
mimeTypes MimeTypeArray

read-only
onLine bool

read-only
persistentStorage DeprecatedStorageQuota

read-only
platform String

read-only
presentation Presentation

read-only
product String

read-only
productSub String

read-only
push PushManager

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
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.

Methods

getBattery()

getGamepads() List<Gamepad>

getStorageUpdates() → void

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

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

noSuchMethod(Invocation invocation) → dynamic

noSuchMethod is invoked when users invoke a non-existent method on an object. The name of the method and the arguments of the invocation are passed to noSuchMethod in an Invocation. If noSuchMethod returns a value, that value becomes the result of the original invocation.

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

sendBeacon(String url, data) bool

toString() String

Returns a string representation of this object.

inherited