resetNotificationPolicyToDefault method

ResponseFuture<ResetNotificationPolicyToDefaultResponse> resetNotificationPolicyToDefault(
  1. ResetNotificationPolicyToDefaultRequest request, {
  2. CallOptions? options,
})

Implementation

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