HttpsCallableOptions class
Options for configuring the behavior of a firebase cloud function
Constructors
- HttpsCallableOptions({Duration timeout = const Duration(seconds: 30)})
-
Options for configuring the behavior of a firebase cloud function
const
Properties
Methods
-
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
Constants
- defaultOptions → const HttpsCallableOptions
- The default options for creating a HttpsCallable