newPage method

Future<Page> newPage()

Implementation

Future<Page> newPage() async {
  var Online = await this;
  return Online.newPage();
}