search

abstract suspend fun search(query: String): List<OmhStorageEntity>

This method list files with a name containing the query value.

Return

A list of OmhStorageEntities whose names contain the query

Parameters

query

Text that the file name should contain