dispose method

void dispose()

Will dispose any resources used by this class

Implementation

void dispose() => _apiClient.close();