Dart
dart:html
MediaSession
playbackState property
playbackState
description
playbackState
property
Null safety
String
?
playbackState
Implementation
String? get playbackState native;
void
playbackState=
(
String
?
value
)
Implementation
set playbackState(String? value) native;
Dart
dart:html
MediaSession
playbackState property
MediaSession class
Properties
hashCode
metadata
playbackState
runtimeType
Methods
noSuchMethod
setActionHandler
toString
Operators
operator ==