runMethodWithListResponse<TResponse> method

  1. @protected
Future<List<TResponse>> runMethodWithListResponse<TResponse>(
  1. dynamic messageBusEventId, [
  2. dynamic value
])

Implementation

@protected
Future<List<TResponse>> runMethodWithListResponse<TResponse>(dynamic messageBusEventId, [dynamic value]) async {
  return _backend._runAnotherBackendMethodWithListResponse(T, messageBusEventId, value);
}