stop method

  1. @mustCallSuper
Future<void> stop()

Stop collecting data for this StudyRuntime.

Implementation

@mustCallSuper
Future<void> stop() async => status = StudyStatus.Stopped;