getAllIncompleteTodos
plugin.todo.getAllIncompleteTodos(): Promise<GetAllIncompleteTodosResponse>
getAllIncompleteTodos
Parameters
No parameters.
Returns
Promise<GetAllIncompleteTodosResponse> — A promise that resolves with the server response.
Example
import plugin from '@codebolt/plugin-sdk';
const result = await plugin.todo.getAllIncompleteTodos();
console.log(result);