close method

void close()

Close the Bridge Instance AppWide This simply clears the bridge

Implementation

void close() {
  _data.clear();
  notifyListeners();
}