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