stopTempoTracking method
Stops Tempo Tracking
If the Tempo is stopped successfully, error will be returned as nil. Otherwise, an error will be provided.
Implementation
Future<void> stopTempoTracking() {
return BluedotPointSdkPlatform.instance.stopTempoTracking();
}