0 purchases
telegram crash log
Log flutter app errors to a telegram channel.
void main() async {
WidgetsFlutterBinding.ensureInitialized();
FlutterError.onError = (detail) {
TelegramCrashLog.logError(
detail, TELEGRAM_GUZO_ADMIN_BOT_API_KEY, TELEGRAM_CHANNEL_ID,
info: "Token: ${idToken}\n");
};
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.