Closes the connection to the device.
@override Future<void> dispose() async { await _subscription?.cancel(); await _messageSubscription?.cancel(); await device.dispose(); }