close method
Implementation
Future<void> close() async {
_stopListeningToShimEvents();
await _closeBaseStreams();
if (_internalHandle != null) {
Phidget.unregisterInstance(identityHashCode(this));
}
}
Future<void> close() async {
_stopListeningToShimEvents();
await _closeBaseStreams();
if (_internalHandle != null) {
Phidget.unregisterInstance(identityHashCode(this));
}
}