ScloudSettings constructor

ScloudSettings({
  1. required String localStoragePath,
})

Implementation

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