dispose method

Future dispose()

Implementation

Future dispose() async {
  await future;
  await _requests.close();
  await _after.close();
  await disposeAll();
}