close_all_other_pages method

Future<Online> close_all_other_pages()

Implementation

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