syncContacts static method

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

Implementation

static Future<bool?> syncContacts(bool isFirstTime) async {
  return FlyChatFlutterPlatform.instance.syncContacts(isFirstTime);
}