update method

Future<void> update()

Implementation

Future<void> update() async {
  await _updateExecuteElapsed();
  await _updateTimestamp();
}