timeEnd method

int? timeEnd(
  1. String? id
)

Implementation

int? timeEnd(String? id) => timeLog(id, endTimer: true);