log_webhook 0.0.10
log_webhook: ^0.0.10 copied to clipboard
Send log to webhook
Log Webhook #
Create new link webhook #
- Go to https://webhook.site/
- Create new webhook
- Copy link
Usage #
- Set your webhook url in main.dart
LogWebhook.setUrl('<YOUR_WEBHOOK_URL>');
- Use sendLog in your code
LogWebhook.sendLog('Hello');