menu
cactus package
documentation
services/config.dart
CactusConfig
setProKey static method
setProKey static method
dark_mode
light_mode
setProKey
static method
dynamic
setProKey
(
String
token
)
Implementation
static setProKey(String token) { cactusProKey = token.isEmpty ? null : token; }
cactus package
documentation
services/config
CactusConfig
setProKey static method
CactusConfig class