Enable the flash toggle button
To allow users to toggle the camera flash, pass true
to GiniBankConfiguration.shared.flashToggleEnabled
.
Turn off flash by default
Flash is on by default, and you can turn it off by passing false
to GiniBankConfiguration.shared.flashOnByDefault
.