menu
runanywhere package
documentation
data/network/network_configuration.dart
DevModeConfig
DevModeConfig.new const constructor
DevModeConfig.new const constructor
dark_mode
light_mode
DevModeConfig
constructor
const
DevModeConfig
(
{
required
String
supabaseURL
,
required
String
supabaseKey
,
})
Implementation
const DevModeConfig({ required this.supabaseURL, required this.supabaseKey, });
runanywhere package
documentation
data/network/network_configuration
DevModeConfig
DevModeConfig.new const constructor
DevModeConfig class