setBPM method

Future<void> setBPM(
  1. int bpm
)

Implementation

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