enterItem function
void
enterItem(
- dynamic body()
Declare function called when we enter a menu
Implementation
void enterItem(dynamic Function() body) {
_declarer!.enterItem(body);
}
Declare function called when we enter a menu
void enterItem(dynamic Function() body) {
_declarer!.enterItem(body);
}