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