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