isAvailable property

Future<bool> get isAvailable

Checks if Bluetooth is available on the device.

Returns

  • true if available
  • false if not available/unsupported/unauthorized

Implementation

Future<bool> get isAvailable;