close method

Future close()

Implementation

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