@override Future<void> setAdapterEnabled(bool enabled) async { emitAdapterState( enabled ? BluetoothAdapterState.on : BluetoothAdapterState.off, ); }