ContactsBridge constructor
ContactsBridge()
Gets the singleton instance of ContactsBridge
This ensures only one instance of ContactsBridge exists throughout the application lifecycle for consistent state management.
Implementation
factory ContactsBridge() => _instance ??= ContactsBridge._();