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

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout Duration
The timeout for the function call
final

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