Navigator类
- 继承
-
- Object
- NavigatorConcurrentHardware
- Navigator
- 实现类型
- 注解
-
- @Native("Navigator")
属性
- appCodeName → String
-
无setter覆盖
- appName → String
-
无setter覆盖
- appVersion → String
-
无setter覆盖
- budget → _BudgetService?
-
无setter
- clipboard → _Clipboard?
-
无setter
- connection → NetworkInformation?
-
无setter
-
无setter覆盖
- credentials → CredentialsContainer?
-
无setter
- dartEnabled → bool?
-
无setter覆盖
- deviceMemory → num?
-
无setter
- doNotTrack → String?
-
无setter
- geolocation → Geolocation
-
无setter
- hardwareConcurrency → int?
-
无setter继承
- hashCode → int
- 此对象的重算哈希码。无setter继承
- language → String
-
无setter覆盖
-
languages → List<
String> ? -
无setter覆盖
- maxTouchPoints → int?
-
无setter
- mediaCapabilities → MediaCapabilities?
-
无setter
- mediaDevices → MediaDevices?
-
无setter
- mediaSession → MediaSession?
-
无setter
- mimeTypes → MimeTypeArray?
-
无setter
- nfc → _NFC?
-
无setter
- onLine → bool?
-
无setter覆盖
- permissions → Permissions?
-
无setter
- persistentStorage → DeprecatedStorageQuota?
-
无setter
- platform → String?
-
无setter覆盖
- presentation → Presentation?
-
无setter
- product → String
-
无setter覆盖
- productSub → String?
-
无setter
- runtimeType → Type
- 对象的运行时类型表示。无setter继承
- serviceWorker → ServiceWorkerContainer?
-
无setter
- storage → StorageManager?
-
无setter
- temporaryStorage → DeprecatedStorageQuota?
-
无setter
- userAgent → String
-
无setter覆盖
- vendor → String
-
无setter
- vendorSub → String
-
无setter
- vr → VR?
-
无setter
- webdriver → bool?
-
无setter覆盖
方法
-
cancelKeyboardLock(
) → void -
getBattery(
) → Future -
getGamepads(
) → List< Gamepad?> -
getInstalledRelatedApps(
) → Future< RelatedApplication> -
getUserMedia(
{dynamic audio = false, dynamic video = false}) → Future< MediaStream> - 从本地计算机获取流(视频或音频)。
-
getVRDisplays(
) → Future -
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承的
-
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 -
toString(
) → String - 该对象的字符串表示形式。继承的
操作符
-
operator ==(
Object other) → bool - 等于操作符。继承的