menu
zap package
documentation
internal/dsl.dart
EmitCustomEvent
emitCustom method
emitCustom method
dark_mode
light_mode
emitCustom
method
void
emitCustom
(
String
type
, [
Object
?
detail
])
Implementation
void emitCustom(String type, [Object? detail]) { emitEvent(CustomEvent(type, detail: detail)); }
zap package
documentation
internal/dsl
EmitCustomEvent
emitCustom method
EmitCustomEvent extension on
ComponentOrPending