visitEmptyFunctionBody method
Implementation
@override
R? visitEmptyFunctionBody(EmptyFunctionBody node) {
node.visitChildren(this);
return null;
}
@override
R? visitEmptyFunctionBody(EmptyFunctionBody node) {
node.visitChildren(this);
return null;
}