getCallLogsList static method

Future getCallLogsList(
  1. int currentPage
)

Implementation

static Future<dynamic> getCallLogsList(int currentPage) {
  return FlyChatFlutterPlatform.instance.getCallLogsList(currentPage);
}