MattermostSearchApi class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
searchFiles(String teamId, String terms, bool isOrSearch, {int? timeZoneOffset, bool? includeDeletedChannels, int? page, int? perPage})
→ Future<MmFileInfoList?>
-
Search files in a team
-
searchFilesWithHttpInfo(String teamId, String terms, bool isOrSearch, {int? timeZoneOffset, bool? includeDeletedChannels, int? page, int? perPage})
→ Future<Response>
-
Search files in a team
-
toString()
→ String
-
A string representation of this object.
inherited