close method

Future<Online> close()

Implementation

Future<Online> close() async {
  Show.action('closing', 'browser');
  await browser.close();
  return this;
}