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