play method

Future<void> play()

Implementation

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