dispose method
Disposes of the client and cleans up resources
Implementation
Future<void> dispose() async {
// Nothing specific to dispose in this simple implementation
}
Disposes of the client and cleans up resources
Future<void> dispose() async {
// Nothing specific to dispose in this simple implementation
}