A small package to make interacting with Google Cloud Tasks easier.
final cloudTasks = await CloudTasks.defaultCredentials();
final secret = await cloudTasks.createTask(
queue: 'my-queue',
location: 'us-central1',
url: 'https://morel.technology',
);