playbackState property
String?
get
playbackState
Implementation
String? get playbackState {
return 'none';
}
set
playbackState
(String? value)
Implementation
set playbackState(String? value) {
// No-op in fallback mode.
}