getRestrictions_Pre method

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

Implementation

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