menu
inngage_plugin package
documentation
inngage_sdk.dart
InngageSDK
setDebugMode static method
setDebugMode static method
dark_mode
light_mode
setDebugMode
static method
void
setDebugMode
(
bool
value
)
Implementation
static void setDebugMode(bool value) { InngageProperties.debugMode = value; }
inngage_plugin package
documentation
inngage_sdk
InngageSDK
setDebugMode static method
InngageSDK class