isEnabled property

Future<bool> get isEnabled

Checks whether Bluetooth is enabled on the device

Implementation

Future<bool> get isEnabled => _instance.isEnabled();