getSettings abstract method
- String deviceId
Retrieves the current scanner settings from the device as a list of CommandData.
The deviceId
specifies the BLE device whose settings will be retrieved.
Be sure to first persist the settings by calling persistSettings
before fetching them.
Returns:
- A list of CommandData representing the current scanner settings.
Implementation
Future<List<CommandData>> getSettings(String deviceId);