Navigator class

Inheritance
Implemented types
Annotations
  • @Native("Navigator")

Properties

appCodeName → String
read-onlyoverride
appName → String
read-onlyoverride
appVersion → String
read-onlyoverride
budget → _BudgetService?
read-only
clipboard → _Clipboard?
read-only
connection → NetworkInformation?
read-only
cookieEnabled → bool?
read-onlyoverride
credentials → CredentialsContainer?
read-only
dartEnabled → bool?
read-onlyoverride
deviceMemory → num?
read-only
doNotTrack → String?
read-only
geolocation → Geolocation
read-only
hardwareConcurrency → int?
read-onlyinherited
hashCode → int
The hash code for this object.
read-onlyinherited
language → String
read-onlyoverride
languages → List<String>?
read-onlyoverride
maxTouchPoints → int?
read-only
mediaCapabilities → MediaCapabilities?
read-only
mediaDevices → MediaDevices?
read-only
mediaSession → MediaSession?
read-only
mimeTypes → MimeTypeArray?
read-only
nfc → _NFC?
read-only
onLine → bool?
read-onlyoverride
permissions → Permissions?
read-only
persistentStorage → DeprecatedStorageQuota?
read-only
platform → String?
read-onlyoverride
presentation → Presentation?
read-only
product → String
read-onlyoverride
productSub → String?
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
serviceWorker → ServiceWorkerContainer?
read-only
storage → StorageManager?
read-only
temporaryStorage → DeprecatedStorageQuota?
read-only
userAgent → String
read-onlyoverride
vendor → String
read-only
vendorSub → String
read-only
vr → VR?
read-only
webdriver → bool?
read-onlyoverride

Methods

cancelKeyboardLock() → void
getBattery() → Future
getGamepads() → List<Gamepad?>
getInstalledRelatedApps() → Future<RelatedApplication>
getUserMedia({dynamic audio = false, dynamic video = false}) → Future<MediaStream>
Gets a stream (video and or audio) from the local computer.
getVRDisplays() → Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerProtocolHandler(String scheme, String url, String title) → void
requestKeyboardLock([List<String>? keyCodes]) → Future
requestMediaKeySystemAccess(String keySystem, List<Map> supportedConfigurations) → Future
requestMidiAccess([Map? options]) → Future
sendBeacon(String url, Object? data) → bool
share([Map? data]) → Future
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited