Future<void> forceStop(String packageName, {bool debug = false}) async { await _shell.exec(['am', 'force-stop', packageName], debug: debug); }