Future<void> checkAvbctl({bool debug = false}) async { return command('avbctl', debug: debug).then((_) {}).catchError((e) { throw AdbFileNotFoundExeption('avbctl'); }); }