stopTempoTracking method

Future<void> stopTempoTracking()

Stop Tempo Tracking

If the Tempo is stopped successful, error will be returned as nil. However, if the Start Tempo fails, an error will be provided.

Implementation

Future<void> stopTempoTracking() {
  return BluedotPointSdkPlatform.instance.stopTempoTracking();
}