RemotePlayback class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

RemotePlayback()
factory

Properties

addEventListener ↔ void Function(String, [Object?, Object?])

Available on EventTarget, provided by the EventTarget$Typings extension

getter/setter pair
addEventListener → ({void Function<K$>(RemotePlaybackEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on RemotePlayback, provided by the RemotePlayback$Typings extension

Overload accessor: $1, $2
no setter
cancelWatchAvailability Future<void> Function([num?])

Available on RemotePlayback, provided by the RemotePlayback$Typings extension

getter/setter pair
dispatchEvent bool Function(Event)

Available on EventTarget, provided by the EventTarget$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onconnect ↔ dynamic Function(Event)?

Available on RemotePlayback, provided by the RemotePlayback$Typings extension

MDN Reference
getter/setter pair
onconnecting ↔ dynamic Function(Event)?

Available on RemotePlayback, provided by the RemotePlayback$Typings extension

MDN Reference
getter/setter pair
ondisconnect ↔ dynamic Function(Event)?

Available on RemotePlayback, provided by the RemotePlayback$Typings extension

MDN Reference
getter/setter pair
prompt Future<void> Function()

Available on RemotePlayback, provided by the RemotePlayback$Typings extension

getter/setter pair
removeEventListener ↔ void Function(String, [Object?, Object?])

Available on EventTarget, provided by the EventTarget$Typings extension

getter/setter pair
removeEventListener → ({void Function<K$>(RemotePlaybackEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on RemotePlayback, provided by the RemotePlayback$Typings extension

Overload accessor: $1, $2
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state RemotePlaybackState

Available on RemotePlayback, provided by the RemotePlayback$Typings extension

MDN Reference
no setter
watchAvailability Future<num> Function(RemotePlaybackAvailabilityCallback)

Available on RemotePlayback, provided by the RemotePlayback$Typings extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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