Future<Online> press( Key key, { bool show = true, }) async { var Online = await this; return Online.press( key, show: show, ); }