destroy static method

dynamic destroy()

Implementation

static destroy()async{
  available=false;
  await browser.close();
}