AudioMethodChannelInterface class abstract
- Implementers
Constructors
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
-
close(
String id) → Future< void> -
getMetadata(
String path) → Future< Map?> -
getPosition(
String id) → Future< double?> -
init(
String id) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
String id) → Future< void> -
play(
String id) → Future< void> -
seek(
double position, String id) → Future< void> -
setRate(
double rate, String id) → Future< void> -
setSource(
String path, String id) → Future< void> -
setVolume(
String id) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited