syncContacts method

Future<bool?> syncContacts(
  1. bool isfirsttime
)

Implementation

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