menu
flutter_pitel_voip package
documentation
config/pitel_config.dart
PitelConfigure
setApiKey static method
setApiKey static method
dark_mode
light_mode
setApiKey
static method
void
setApiKey
(
String
key
)
Implementation
static void setApiKey(String key) { _apiKey = key; }
flutter_pitel_voip package
documentation
config/pitel_config
PitelConfigure
setApiKey static method
PitelConfigure class