process method
- Result input
Returns true
if the input was successfully downloaded.
Implementation
@override
/// Returns `true` if the input was successfully downloaded.
Future<bool> process(Result input) {
return _processGroup.process(input);
}