Stoppable typedef

Stoppable = void Function()

Represents a function that can stop an audio playing.

Implementation

typedef Stoppable = void Function();