stopAndUpdate method

Future<void> stopAndUpdate()

Implementation

Future<void> stopAndUpdate() async {
  stop();
  await update();
}