thenVersionRequest method

FutureSuccess<Object, Exception> thenVersionRequest(
  1. VersionRequest request
)

Implementation

FutureSuccess thenVersionRequest(VersionRequest request) async {

    final log = Log(classLocation: runtimeType, functionLocation: 'thenVersionRequest');

    return Success(Complete([VersionRequest.CHAIN_HEAD, '0.9.0']), log);

}