Toastification constructor
Toastification()
returns the singleton instance of the class
Implementation
factory Toastification() => _instance;
returns the singleton instance of the class
factory Toastification() => _instance;