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< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on RemotePlayback, provided by the RemotePlayback$Typings extension
Overload accessor: $1, $2no 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 Referencegetter/setter pair - onconnecting ↔ dynamic Function(Event)?
-
Available on RemotePlayback, provided by the RemotePlayback$Typings extension
MDN Referencegetter/setter pair - ondisconnect ↔ dynamic Function(Event)?
-
Available on RemotePlayback, provided by the RemotePlayback$Typings extension
MDN Referencegetter/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< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on RemotePlayback, provided by the RemotePlayback$Typings extension
Overload accessor: $1, $2no 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 Referenceno 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