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