CustomMediaAction class
Custom action information used to define an action name and optional extras that are sent to AudioHandler.customAction when the associated media control is used.
Constructors
-
CustomMediaAction.new({required String name, Map<
String, dynamic> ? extras}) -
Creates a CustomMediaAction.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Convert to a Map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override