HttpsCallableWeb class
A web specific implementation of HttpsCallable.
- Inheritance
-
- Object
- PlatformInterface
- HttpsCallableWeb
Constructors
- HttpsCallableWeb(FirebaseFunctionsPlatform functions, Functions _webFunctions, String? origin, String? name, HttpsCallableOptions options, Uri? uri)
- Constructor.
Properties
- functions → FirebaseFunctionsPlatform
-
The
FirebaseFunctionsPlatform
instance.finalinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the function
finalinherited
- options ↔ HttpsCallableOptions
-
Used to set the options for this instance.
getter/setter pairinherited
- origin → String?
-
The
origin
of the local emulator, such as "http://localhost:5001"finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri → Uri?
-
The URI of the function for 2nd gen functions
finalinherited
Methods
-
call(
[Object? parameters]) → Future - 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