syncCallLogs static method

Future<bool?> syncCallLogs()

syncCallLogs Used to sync the Call logs from server to local DB.

Implementation

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