client property
Implementation
final client = FittorClient(
defaultTimeout:
const Duration(seconds: 10), // Reduced timeout for connectivity checks
enableLogging: kDebugMode, // Enable logging only in debug mode
useWasm: false, // Disable WASM for better compatibility
);