Inheritance
Implements
Annotations
  • DomName('Navigator')

Static Methods

internalCreateNavigator() Navigator

Constructors

Properties

appCodeName String

read-only
appName String

read-only
appVersion String

read-only

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() Future

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

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

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

sendBeacon(String url, data) bool

toString() String

Returns a string representation of this object.

inherited