Future<bool> requestPermission() async { if (!Platform.isAndroid) { return true; } return Permission.bluetoothConnect.request().isGranted; }