CastSender class
Constructors
- CastSender(CastDevice device)
Properties
-
castMediaStatusController
↔ StreamController<
CastMediaStatus?> -
getter/setter pair
- castSession → CastSession?
-
no setter
-
castSessionController
↔ StreamController<
CastSession?> -
getter/setter pair
- connectionDidClose ↔ bool
-
getter/setter pair
- device → CastDevice
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- log → Logger
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
connect(
) → Future< bool> -
disconnect(
) → Future< bool> -
launch(
[String? appId]) → void -
load(
CastMedia media, {dynamic forceNext = true}) → void -
loadPlaylist(
List< CastMedia> media, {dynamic append = false, dynamic forceNext = false}) → void -
mute(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → void -
play(
) → void -
reconnect(
{String? sourceId, String? destinationId}) → Future< bool> -
seek(
double time) → void -
setVolume(
double volume) → void -
stop(
) → void -
togglePause(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited