@override Future<void> disconnect() async { await device.disconnect(); _updateConnectorStatus(BleConnectorStatus.disconnected); }