dispose method
void
dispose()
释放资源
Implementation
void dispose() {
// 取消事件流订阅
_eventStreamSubscription?.cancel();
_eventStreamSubscription = null;
}
释放资源
void dispose() {
// 取消事件流订阅
_eventStreamSubscription?.cancel();
_eventStreamSubscription = null;
}