close method

void close()

关闭loading

Implementation

void close() {
  if(isClose){
    return;
  }
  Navigator.of(_context).pop();
}