play method

Future<void> play(
  1. String id
)

Implementation

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