syncAll method

Future<Map<String, int>> syncAll({
  1. List<String> consentStates = const ['allowed'],
})

Implementation

Future<Map<String, int>> syncAll({List<String> consentStates = const ['allowed']}) {
  throw UnimplementedError('syncAll() has not been implemented.');
}