$AACloudTasks class
Constructors
- $AACloudTasks.new(CloudTasksApi api, {String region = "us-central1"})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scheduleTask(
{required String queue, required String url, required Map< String, dynamic> body, DateTime? scheduleTime}) → Future<String?> - Schedules a cloud task post request to hit the given url with the given body.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited