Querying when user's search changes
This method will be called within a Task.Run, so please avoid synchronously wait for long.
public List<Result> Query(Query query)| parameter | description |
|---|---|
| query | Query to search |
- class Result
- class Query
- interface IPlugin
- namespace Flow.Launcher.Plugin