play method

Future<void> play(
  1. double bpm
)

Implementation

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