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