createFolder

abstract suspend fun createFolder(name: String, parentId: String): OmhStorageEntity?

This method create folder in an specific folder

Return

An OmhStorageEntity with the information of the created folder.

Parameters

name

The name of the folder to be created

parentId

The id of the folder where the folder will be created