dispose method
override
Release any resources held by this client.
Implementation
@override
void dispose() {
isAvailable.dispose();
currentModuleInfo.dispose();
}
Release any resources held by this client.
@override
void dispose() {
isAvailable.dispose();
currentModuleInfo.dispose();
}