cancelConnectChange abstract method

Future<bool?> cancelConnectChange(
  1. StreamSubscription? subscription
)

取消连接状态变化的监听

call 移除的监听对象 不传参数取消所有连接状态变化的监听

Implementation

Future<bool?> cancelConnectChange(StreamSubscription<dynamic>? subscription);