$AACloudTasks class

Constructors

$AACloudTasks.new(CloudTasksApi api, {String region = "us-central1"})

Properties

api → CloudTasksApi
final
hashCode int
The hash code for this object.
no setterinherited
region String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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