resetVooWatch function

  1. @visibleForTesting
Future<void> resetVooWatch()

Tears down the VooWatch and VooWatchUi singletons. Call from tearDown after installFakeVooWatch, or invoke withFakeVooWatch instead to skip manual teardown.

Implementation

@visibleForTesting
Future<void> resetVooWatch() async {
  await VooWatchUi.debugReset();
  await VooWatch.debugReset();
}