menu
metronome package
documentation
metronome_platform_interface.dart
MetronomePlatform
getBPM method
getBPM method
dark_mode
light_mode
getBPM
method
Future
<
int
?
>
getBPM
(
)
Implementation
Future<int?> getBPM() { throw UnimplementedError('getBPM() has not been implemented.'); }
metronome package
documentation
metronome_platform_interface
MetronomePlatform
getBPM method
MetronomePlatform class