create
abstract fun create(storagePermission: StoragePermission, settings: BasePermissionManager.Settings = BasePermissionManager.Settings(), coroutineScope: CoroutineScope): StoragePermissionManager
Creates a StoragePermissionManager
Return
Parameters
storagePermission
the StoragePermission to manage
settings
BasePermissionManager.Settings to apply to the manager
coroutineScope
The CoroutineScope the manager runs on