Function: withdrawFeeAll(address payable _to)
Withdraws all fees from all messaging libraries. Callable by the owner only.
Inputs
_to
Control: Full.
Constraints: None.
Impact: The address to withdraw the fees to.
Branches and code coverage
Intended branches
Successfully withdraws all fees from all messaging libraries.
Negative behavior
No fees to withdraw.
Caller is not the owner.