stopEverything function

Future<bool> stopEverything()

Implementation

Future<bool> stopEverything() async {
  return await stopAllBlockers();
}