play method

Future<void> play(
  1. String name
)

Implementation

Future<void> play(String name) =>
    throw UnimplementedError('play() not implemented');