lastPage method

Future<Page> lastPage()

Implementation

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