MediaSessionActions class abstract

Actions that the user may perform in a media session.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

hangup → const String
nexttrack → const String
pause → const String
play → const String
previoustrack → const String
seekbackward → const String
seekforward → const String
seekto → const String
skipad → const String
stop → const String
togglecamera → const String
togglemicrophone → const String