menu
neomage package
documentation
data/commands/builtin/extended_commands.dart
ConfigCommand
ConfigCommand.new constructor
ConfigCommand.new constructor
dark_mode
light_mode
ConfigCommand
constructor
ConfigCommand
(
{
required
Map
<
String
,
dynamic
>
getConfig
(),
required
void
setConfig
(
String
key
,
dynamic
value
),
})
Implementation
ConfigCommand({required this.getConfig, required this.setConfig});
neomage package
documentation
data/commands/builtin/extended_commands
ConfigCommand
ConfigCommand.new constructor
ConfigCommand class