getTasks abstract method

FutureOr<List<BackgroundTaskInfo>> getTasks(
  1. List<String> taskId
)

Implementation

FutureOr<List<BackgroundTaskInfo>> getTasks(List<String> taskId);