play method

Future<bool> play()

Implementation

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