goFor_Pre method

Future<GoForResponse> goFor_Pre(
  1. ServiceCall call,
  2. Future<GoForRequest> request
)

Implementation

$async.Future<$24.GoForResponse> goFor_Pre($grpc.ServiceCall call, $async.Future<$24.GoForRequest> request) async {
  return goFor(call, await request);
}