resetSettings abstract method
- String deviceId
Resets the scanner settings to the default.
The deviceId
specifies the BLE device whose settings will be reset.
Returns:
- A boolean indicating whether the settings were successfully reset.
Implementation
Future<bool> resetSettings(String deviceId);