getGrantedProjectByID_Pre method

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

Implementation

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