thenTreeRequest method

Future<CitrusResponse> thenTreeRequest(
  1. TreeRequest request
)

Implementation

Future<CitrusResponse> thenTreeRequest(TreeRequest request) async {

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

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

}