dispose method
void
dispose()
Disposes the strategy and cleans up resources
Implementation
void dispose() {
_batchTimer?.cancel();
_httpClient.close();
flush();
}
Disposes the strategy and cleans up resources
void dispose() {
_batchTimer?.cancel();
_httpClient.close();
flush();
}