The current implementation of the flash_mint module only has methods in snake_case. However, the ERC-3156 specification requires the lenders and receivers methods in camelCase which could lead to severe interoperability problems.  
Additionally, add the camelCase implementation which forwards to the original methods. For reference, see the Shrines Yin ERC-20 implementation where camelCase support was already implemented.
