fromNative static method
Implementation
static BleConnectionState fromNative(int value) => switch (value) {
1 => BleConnectionState.connected,
_ => BleConnectionState.disconnected,
};
static BleConnectionState fromNative(int value) => switch (value) {
1 => BleConnectionState.connected,
_ => BleConnectionState.disconnected,
};