syncCallLogs method

Future<bool?> syncCallLogs()

This method is used to sync the call logs.

Implementation

Future<bool?> syncCallLogs() {
  throw UnimplementedError('syncCallLogs has not been implemented.');
}