play method

Future<void> play(
  1. double at
)

Plays the current audio source at the current index and position.

Implementation

Future<void> play(double at) {
  throw UnimplementedError("play() has not been implemented.");
}