ContactService constructor

ContactService()

Factory pattern to get singleton instance

Implementation

factory ContactService() => _instance;