close method

Future close()

Implementation

Future close() async {
  super.closePushStreams();
  disposeAll();
}