getRestrictions_Pre method

Future<GetRestrictionsResponse> getRestrictions_Pre(
  1. ServiceCall $call,
  2. Future<GetRestrictionsRequest> $request
)

Implementation

$async.Future<$0.GetRestrictionsResponse> getRestrictions_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.GetRestrictionsRequest> $request) async {
  return getRestrictions($call, await $request);
}