HttpsCallable class

A reference to a particular Callable HTTPS trigger in Cloud Functions.

You can get an instance by calling FirebaseFunctions.instance.httpsCallable.

Properties

delegate → HttpsCallablePlatform
Returns the underlying HttpsCallablePlatform delegate for this HttpsCallable instance. This is useful for testing purposes only.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call<T>([dynamic parameters]) Future<HttpsCallableResult<T>>
Executes this Callable HTTPS trigger asynchronously.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited