thenVersionRequest method
Implementation
FutureSuccess thenVersionRequest(VersionRequest request) async {
final log = Log(classLocation: runtimeType, functionLocation: 'thenVersionRequest');
return Success(Complete([VersionRequest.CHAIN_HEAD, '0.9.0']), log);
}