menu
mastro package
documentation
core/events.dart
MastroEvent<T>
implement abstract method
implement abstract method
dark_mode
light_mode
implement
abstract method
Future
<
void
>
implement
(
T
box
,
Callbacks
callback
)
Implements the event logic.
Implementation
Future<void> implement( T box, Callbacks callback, );
mastro package
documentation
core/events
MastroEvent<T>
implement abstract method
MastroEvent class