isEnabled method

Future<bool> isEnabled()

Returns whether the Bluetooth adapter is currently enabled.

Implementation

Future<bool> isEnabled() {
  throw UnimplementedError('isEnabled() has not been implemented.');
}