menu
ensemble package
documentation
framework/config/url_parser_native.dart
getTestMode function
getTestMode function
dark_mode
light_mode
getTestMode
function
bool
getTestMode
(
)
Implementation
bool getTestMode() { return const String.fromEnvironment("testmode").toLowerCase() == 'true'; }
ensemble package
documentation
framework/config/url_parser_native
getTestMode function
url_parser_native library