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