ToastrService constructor
ToastrService()
Factory constructor that returns the singleton instance
Implementation
factory ToastrService() => _instance;
Factory constructor that returns the singleton instance
factory ToastrService() => _instance;