dispose method
void
dispose()
Releases resources and unregisters the channel handler.
Implementation
void dispose() {
FloatyChannel.unregisterHandler(_prefix);
_services.clear();
}
Releases resources and unregisters the channel handler.
void dispose() {
FloatyChannel.unregisterHandler(_prefix);
_services.clear();
}