models/bluetooth_models library

Enums

ActionResponse
Result of a call to enableBluetooth or disableBluetooth.
BluetoothState
Represents the current state of the device's Bluetooth adapter.

Functions

enumFromString<T>(List<T> values, String? comp) → T?
Looks up an enum value by its string representation.