menu
blocz package
documentation
_internal/visitors/BlocVisitors.dart
ON_invocationFindByMethodNameVisitor
visitEmptyStatement method
visitEmptyStatement method
dark_mode
light_mode
visitEmptyStatement
method
@
override
void
visitEmptyStatement
(
EmptyStatement
node
)
inherited
Implementation
@override R? visitEmptyStatement(EmptyStatement node) => visitStatement(node);
blocz package
documentation
_internal/visitors/BlocVisitors
ON_invocationFindByMethodNameVisitor
visitEmptyStatement method
ON_invocationFindByMethodNameVisitor class