onBPM property

void Function(int) onBPM
final

Callback used to notify the caller of updated BPM measurement

Should be non-blocking as it can affect

Implementation

final void Function(int) onBPM;