Future<Online> visit( String url, { bool show = true, }) async { var Online = await this; return Online.visit( url, show: show, ); }