resetNotificationPolicyToDefault method
ResponseFuture<ResetNotificationPolicyToDefaultResponse>
resetNotificationPolicyToDefault(
- ResetNotificationPolicyToDefaultRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.ResetNotificationPolicyToDefaultResponse>
resetNotificationPolicyToDefault(
$0.ResetNotificationPolicyToDefaultRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$resetNotificationPolicyToDefault, request,
options: options);
}