syncCallLogs static method
syncCallLogs Used to sync the Call logs from server to local DB.
Implementation
static Future<bool?> syncCallLogs() async {
return FlyChatFlutterPlatform.instance.syncCallLogs();
}
syncCallLogs Used to sync the Call logs from server to local DB.
static Future<bool?> syncCallLogs() async {
return FlyChatFlutterPlatform.instance.syncCallLogs();
}