Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Getting logs for troubleshooting and debugging from Spike SDK for Flutter platform.
await SpikeSDKV3.setLogCallback( callback: (level, message) { log("[SpikeSDK.${level.toJson()}] $message"); }, );
enum LogLevel { verbose, debug, warning, error; }