getGrantedProjectByID_Pre method

Future<GetGrantedProjectByIDResponse> getGrantedProjectByID_Pre(
  1. ServiceCall call,
  2. Future<GetGrantedProjectByIDRequest> request
)

Implementation

$async.Future<$1.GetGrantedProjectByIDResponse> getGrantedProjectByID_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.GetGrantedProjectByIDRequest> request) async {
  return getGrantedProjectByID(call, await request);
}