syncContacts method
Synchronizes contacts with the server.
Implementation
Future<void> syncContacts(
bool isfirsttime, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}
Synchronizes contacts with the server.
Future<void> syncContacts(
bool isfirsttime, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}