close method

void close()

Implementation

void close() {
  if (_context != null) {
    Navigator.of(_context).pop();
  }
}