initialLog method

void initialLog()

Implementation

void initialLog() {
  debugPrint('''
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✨ Thank You for using WhiteCodel Reels! ✨
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🔍 **Found a bug?**
Report issues here:
👉 https://github.com/whitecodel/whitecodel_reels/issues

🔧 **Want to contribute?**
Submit a pull request:
👉 https://github.com/whitecodel/whitecodel_reels

💡 **Learn more about WhiteCodel Reels:**
Medium article:
👉 https://medium.com/whitecodel/how-to-implement-instagram-like-reels-in-your-flutter-app-2d4f53d3f899

👨‍💻 **Crafted with ❤️ by Bhawani Shankar**

📬 **Connect with me:**
LinkedIn:   https://www.linkedin.com/in/bhawanitechdev/
Twitter:    https://twitter.com/bhawanitechdev
Instagram:  https://www.instagram.com/bhawani_tech_dev
GitHub:     https://github.com/whitecodel
Medium:     https://medium.com/@BhawaniTechDev

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
''');
}