thenVersionRequest method

Future<CitrusResponse> thenVersionRequest(
  1. VersionRequest request
)

Implementation

Future<CitrusResponse> thenVersionRequest(VersionRequest request) async {

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

    return SuccessResponse.fromRequest(request, ['0.8.0'], log);

}