释放当前 Dart 会话对应的原生资源,并断开插件托管的全部 BLE 连接。
@override Future<void> dispose() { _events = null; return methodChannel.invokeMethod<void>('dispose'); }