removeProjectRole_Pre method

Future<RemoveProjectRoleResponse> removeProjectRole_Pre(
  1. ServiceCall $call,
  2. Future<RemoveProjectRoleRequest> $request
)

Implementation

$async.Future<$0.RemoveProjectRoleResponse> removeProjectRole_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.RemoveProjectRoleRequest> $request) async {
  return removeProjectRole($call, await $request);
}