getLocalCallLogs static method

Future getLocalCallLogs()

Implementation

static Future<dynamic> getLocalCallLogs() {
  return FlyChatFlutterPlatform.instance.getLocalCallLogs();
}