flutter_telegram_crashlytics 1.0.0 flutter_telegram_crashlytics: ^1.0.0 copied to clipboard
Telegram bot application crash reporter library.
void main() {
var reporter = TCrashReporter();
reporter.init('botToken', 'chatId');
reporter.scope(() {
runApp(const MyApp());
});
}