get abstract method

Future<TaskStatus?> get(
  1. String taskId
)

Retrieves the TaskStatus for the task with the given taskId, or null if not found.

Implementation

Future<TaskStatus?> get(String taskId);