SystemMediaControllerPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- SystemMediaControllerPlatform
- Implementers
Constructors
- SystemMediaControllerPlatform()
- Constructs a SystemMediaControllerPlatform.
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
-
fastForward(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< bool> -
play(
) → Future< bool> -
rewind(
) → Future< bool> -
skipNext(
) → Future< bool> -
skipPrevious(
) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ SystemMediaControllerPlatform
-
The default instance of SystemMediaControllerPlatform to use.
getter/setter pair