HttpCloudSyncAdapter constructor
const
HttpCloudSyncAdapter({})
Constructs an HttpCloudSyncAdapter.
Implementation
const HttpCloudSyncAdapter({
required this.baseUrl,
this.headers,
this.timeout = const Duration(seconds: 30),
});