Query's bluetooth status, true if bluetooth is on.
@override Future<bool?> isBluetoothOn() { return _channel.invokeMethod('isBluetoothOn', <String, dynamic>{}); }