CloudSyncService constructor

CloudSyncService({
  1. required CloudSyncConfig config,
  2. Client? client,
})

Implementation

CloudSyncService({required this.config, http.Client? client}) : _client = client ?? http.Client();