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