MediaNotificationService class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mediaStream
→ Stream<
MediaInfoWithQueue?> -
no setter
-
positionStream
→ Stream<
PositionInfo?> -
no setter
-
queueStream
→ Stream<
List< QueueItem?> > -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCurrentMedia(
) → Future< MediaInfo?> -
getQueue(
) → Future< List< QueueItem?> > -
hasPermission(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openSettings(
) → Future< void> -
playPause(
) → Future< bool> -
seekTo(
Duration position) → Future< bool> -
skipToNext(
) → Future< bool> -
skipToPrevious(
) → Future< bool> -
skipToQueueItem(
int id) → Future< bool> -
stop(
) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited