previous(_:)
Creates a command that returns to the previous track in the playback queue.
Declaration
static func previous(_ action: @escaping () async throws -> Void) -> MediaCommandParameters
- action:
The closure the system calls to return to the previous track.