menu
phantom package
documentation
node/traits/stateful.dart
Stateful
onSave abstract method
onSave abstract method
dark_mode
light_mode
onSave
abstract method
Future
<
Map
<
String
,
dynamic
>
>
onSave
(
)
Called when the node needs to save its state to storage.
Implementation
Future<Map<String, dynamic>> onSave();
phantom package
documentation
node/traits/stateful
Stateful
onSave abstract method
Stateful class