thenTreeRequest method
Implementation
Future<CitrusResponse> thenTreeRequest(TreeRequest request) async {
final log = Log(classLocation: runtimeType, functionLocation: 'thenTreeRequest');
return SuccessResponse.fromRequest(request, [], log);
}