Navigator class

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

Properties

appCodeNameString
read-only, override
appNameString
read-only, override
appVersionString
read-only, override
budget → _BudgetService?
read-only
clipboard → _Clipboard?
read-only
connectionNetworkInformation?
read-only
cookieEnabledbool?
@Unstable(), read-only, override
credentialsCredentialsContainer?
read-only
dartEnabledbool?
read-only, override
deviceMemorynum?
read-only
doNotTrackString?
read-only
geolocationGeolocation
@Unstable(), read-only
hardwareConcurrencyint?
read-only, inherited
hashCodeint
read-only, inherited
The hash code for this object. [...]
languageString
read-only, override
languagesList<String>?
read-only, override
maxTouchPointsint?
read-only
mediaCapabilitiesMediaCapabilities?
read-only
mediaDevicesMediaDevices?
read-only
mediaSessionMediaSession?
read-only
mimeTypesMimeTypeArray?
read-only
nfc → _NFC?
read-only
onLinebool?
@Unstable(), read-only, override
permissionsPermissions?
read-only
persistentStorageDeprecatedStorageQuota?
@JSName('webkitPersistentStorage'), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.SAFARI), read-only
platformString?
read-only, override
presentationPresentation?
read-only
productString
@Unstable(), read-only, override
productSubString?
@Unstable(), read-only
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.
serviceWorkerServiceWorkerContainer?
read-only
storageStorageManager?
read-only
temporaryStorageDeprecatedStorageQuota?
@JSName('webkitTemporaryStorage'), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.SAFARI), read-only
userAgentString
read-only, override
vendorString
@Unstable(), read-only
vendorSubString
@Unstable(), read-only
vrVR?
read-only
webdriverbool?
read-only, override

Methods

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

Operators

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

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-html/Navigator-class.html