developmentMode property
A flag to define whether app is in development mode or not. An enabled Development mode sets the SDK to prioritize SDK tasks and display some error messages in your app to assist in setting up Nami and in-app purchases.
Default is set to false
. Note that this should be set to true
only
from debug
or non-production
version of the app. Setting this to
true
in a production
build can potentially have unwanted consequences.
Implementation
final bool developmentMode;