flutter_cast_framework
cast
SessionManager
setMute method
setMute
setMute
method
Null safety
void
setMute
(
bool
muted
)
Toggles the stream muting.
Implementation
void setMute(bool muted) { _hostApi.setMute(muted); }
flutter_cast_framework
cast
SessionManager
setMute method
SessionManager class
Constructors
SessionManager
Properties
hashCode
onMessageReceived
remoteMediaClient
runtimeType
state
Methods
dispose
getCastDevice
noSuchMethod
onSessionStateChanged
platformOnMessageReceived
sendMessage
setMute
toString
Operators
operator ==