contactSyncStateValue static method
Checks the current state of contact synchronization.
This method queries the current state of contact synchronization with the Mirrorfly platform. It returns a Future<bool> indicating the synchronization state.
Returns:
true
if contacts are currently being synchronized.false
if contacts are not currently being synchronized.
Implementation
static Future<bool> contactSyncStateValue() {
return FlyChatFlutterPlatform.instance.contactSyncStateValue();
}