setRestrictions_Pre method
Future<SetRestrictionsResponse>
setRestrictions_Pre(
- ServiceCall call,
- Future<
SetRestrictionsRequest> request
Implementation
$async.Future<$1.SetRestrictionsResponse> setRestrictions_Pre($grpc.ServiceCall call, $async.Future<$1.SetRestrictionsRequest> request) async {
return setRestrictions(call, await request);
}