stop abstract method

Future<void> stop(
  1. DateTime startTime,
  2. DateTime endTime
)

Complete and save the logging.

The start time is passed to startTime and the end time to endTime.

ログの記録を完了して保存します。

startTimeに開始時間、endTimeに終了時間が渡されます。

Implementation

Future<void> stop(DateTime startTime, DateTime endTime);