isBluetoothOn method

  1. @override
Future<bool?> isBluetoothOn()
override

Query's bluetooth status, true if bluetooth is on.

Implementation

@override
Future<bool?> isBluetoothOn() {
  return _channel.invokeMethod('isBluetoothOn', <String, dynamic>{});
}