getCallLogsList method

Future<void> getCallLogsList(
  1. int currentPage,
  2. dynamic callback(
    1. FlyResponse response
    )?
)

This method is used to get the call log list.

Implementation

Future<void> getCallLogsList(
    int currentPage, Function(FlyResponse response)? callback) {
  throw UnimplementedError('has not been implemented.');
}