close method

Future<void> close()

Closes the browser

Implementation

Future<void> close() async {
  await dispose();
}