Future<void> prepareAfter(List<String> arguments) async { if (!_shouldPrepareAfter(arguments)) { return; } await _prepare(arguments); }