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');
LogWebhook.setUrl('<YOUR_WEBHOOK_URL>');
LogWebhook.sendLog('Hello');