W3cubDocs

/Dart 2

Navigator class

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

Properties

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

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
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
noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]
toString() → String
inherited
Returns a string representation of this object.

Operators

operator ==(dynamic 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.5.0/dart-html/Navigator-class.html