log_webhook 0.0.10

SDKdartflutter
Platformandroidioswindowslinuxmacosweb

Send log to webhook

Log Webhook

Usage

  • Set your webhook url in main.dart
LogWebhook.setUrl('<YOUR_WEBHOOK_URL>');
  • Use sendLog in your code
LogWebhook.sendLog('Hello');