removeEventHandler method
void
removeEventHandler()
停止EventHandler
Implementation
void removeEventHandler() {
if (_dataSubscription != null) {
_dataSubscription?.cancel();
}
}
停止EventHandler
void removeEventHandler() {
if (_dataSubscription != null) {
_dataSubscription?.cancel();
}
}