Navigator

继承
实现类型
注解
  • @Native("Navigator")

属性

appCodeName String
无设置器重写
appName String
无设置器重写
appVersion String
无设置器重写
budget → _BudgetService?
无设置器
clipboard → _Clipboard?
无设置器
connection NetworkInformation?
无设置器
cookieEnabled bool?
无设置器重写
credentials CredentialsContainer?
无设置器
dartEnabled bool?
无设置器重写
deviceMemory num?
无设置器
doNotTrack String?
无设置器
geolocation Geolocation
无设置器
hardwareConcurrency int?
无设置器继承
hashCode int
此对象的哈希码。
无设置器继承
language String
无设置器重写
languages List<String>?
无设置器重写
maxTouchPoints int?
无设置器
mediaCapabilities MediaCapabilities?
无设置器
mediaDevices MediaDevices?
无设置器
mediaSession MediaSession?
无设置器
mimeTypes MimeTypeArray?
无设置器
nfc → _NFC?
无设置器
onLine bool?
无设置器重写
permissions Permissions?
无设置器
persistentStorage DeprecatedStorageQuota?
无设置器
platform String?
无设置器重写
presentation Presentation?
无设置器
product String
无设置器重写
productSub String?
无设置器
runtimeType Type
对象的运行时类型表示。
无设置器继承
serviceWorker ServiceWorkerContainer?
无设置器
storage StorageManager?
无设置器
temporaryStorage 弃用的StorageQuota?
无设置器
userAgent String
无设置器重写
vendor String
无设置器
vendorSub String
无设置器
vr VR?
无设置器
webdriver bool?
无设置器重写

方法

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
share([Map? data]) Future
toString() String
该对象的字符串表示形式。
继承的

操作符

operator ==(Object other) bool
相等操作符。
继承的