contactSyncStateValue method

Future<bool> contactSyncStateValue()

Queries the current contact sync state.

Implementation

Future<bool> contactSyncStateValue() {
  throw UnimplementedError('has not been implemented.');
}