getLocalCallLogs method

Future<String> getLocalCallLogs()

This method is used to get the local call log list.

Implementation

Future<String> getLocalCallLogs() {
  throw UnimplementedError('has not been implemented.');
}