setRestrictions_Pre method

Future<SetRestrictionsResponse> setRestrictions_Pre(
  1. ServiceCall $call,
  2. Future<SetRestrictionsRequest> $request
)

Implementation

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