getBPM method

  1. @override
Future<int?> getBPM()
override

Implementation

@override
Future<int?> getBPM() async {
  return _bpm;
}