import '../base/core_robot.dart'; class MailboxMenuRobot extends CoreRobot { MailboxMenuRobot(super.$); Future openAppGrid() async { await $(#toggle_app_grid_button).tap(); } }