ScloudSettings constructor
ScloudSettings({
- required String localStoragePath,
Implementation
ScloudSettings({
required final String localStoragePath,
}) : _localCloudStorageDirectory = localStoragePath;