Per-Method Policies apply to specific method on your contract, based on the contract's name and the method's signature hash. These are useful in cases where you want to apply a policy on a select set of methods.
To add a per-method policy, call the addPolicy() method.
To remove a per-method policy, call the removePolicy() method.