cancelConnectChange abstract method
取消连接状态变化的监听
call 移除的监听对象
不传参数取消所有连接状态变化的监听
Implementation
Future<bool?> cancelConnectChange(StreamSubscription<dynamic>? subscription);
取消连接状态变化的监听
call 移除的监听对象
不传参数取消所有连接状态变化的监听
Future<bool?> cancelConnectChange(StreamSubscription<dynamic>? subscription);