telegram_crash_log

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.