getBPM method

Future<int?> getBPM()

Implementation

Future<int?> getBPM() {
  throw UnimplementedError('getBPM() has not been implemented.');
}