syncContacts method

Future<void> syncContacts(
  1. bool isfirsttime,
  2. dynamic callback(
    1. FlyResponse response
    )?
)

Synchronizes contacts with the server.

Implementation

Future<void> syncContacts(
    bool isfirsttime, Function(FlyResponse response)? callback) {
  throw UnimplementedError('has not been implemented.');
}