HttpsCallableOptions constructor
const
HttpsCallableOptions({
- Duration timeout = const Duration(seconds: 30),
Options for configuring the behavior of a firebase cloud function
Implementation
const HttpsCallableOptions({this.timeout = const Duration(seconds: 30)});