HttpsCallableDesktop class
Desktop implementation of HttpsCallablePlatform for managing HttpsCallable instances.
- Inheritance
-
- Object
- PlatformInterface
- HttpsCallableDesktop
Constructors
- HttpsCallableDesktop(FirebaseFunctionsDesktop functions, FirebaseFunctions _delegate, String? origin, String name, HttpsCallableOptions options)
- Constructs a HttpsCallableDesktop
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
Methods
-
call(
[dynamic 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