@override Future<void> disconnect(String deviceId) async { if (_disposed) throw LedgerManagerDisposedException(ConnectionType.ble); await _disconnect(deviceId); }