check bluetooth on/off
@override Future<bool> isBluetoothAvailable() => methodChannel .invokeMethod<bool>('isBluetoothAvailable') .then((value) => value ?? false);