play method

Future<PlayResponse> play(
  1. PlayRequest request
)

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

Implementation

Future<PlayResponse> play(PlayRequest request) {
  throw UnimplementedError("play() has not been implemented.");
}