menu
simutil package
documentation
services/plugin_runner_service.dart
PluginRunResult
PluginRunResult.new const constructor
PluginRunResult.new const constructor
dark_mode
light_mode
PluginRunResult
constructor
const
PluginRunResult
(
{
required
bool
success
,
required
String
message
,
})
Implementation
const PluginRunResult({required this.success, required this.message});
simutil package
documentation
services/plugin_runner_service
PluginRunResult
PluginRunResult.new const constructor
PluginRunResult class