flutter_telegram_crashlytics 1.0.3 copy "flutter_telegram_crashlytics: ^1.0.3" to clipboard
flutter_telegram_crashlytics: ^1.0.3 copied to clipboard

Telegram bot application crash reporter library.


void main() {
  var reporter = TCrashReporter();
  reporter.init('botToken', 'chatId');
  reporter.scope(() {
    runApp(const MyApp());
  });
}