dispose method

  1. @override
Future dispose()
override

Best to call this method to set free allocated resources that the RestApiClient instacte might have allocated

Implementation

@override
Future dispose() async {
  exceptions.close();
}