goto method
Implementation
Future<Online> goto(
AbstractUrl url, {
bool show = true,
}) async {
var Online = await this;
return Online.goto(
url,
show: show,
);
}
Future<Online> goto(
AbstractUrl url, {
bool show = true,
}) async {
var Online = await this;
return Online.goto(
url,
show: show,
);
}