getProjectGrantByID_Pre method

Future<GetProjectGrantByIDResponse> getProjectGrantByID_Pre(
  1. ServiceCall call,
  2. Future<GetProjectGrantByIDRequest> request
)

Implementation

$async.Future<$0.GetProjectGrantByIDResponse> getProjectGrantByID_Pre($grpc.ServiceCall call, $async.Future<$0.GetProjectGrantByIDRequest> request) async {
  return getProjectGrantByID(call, await request);
}