firebaseFunctionCallableOptions property

HttpsCallableOptions get firebaseFunctionCallableOptions

Implementation

static HttpsCallableOptions get firebaseFunctionCallableOptions {
  return HttpsCallableOptions(timeout: Duration(seconds: firebaseFunctionTimeoutSecs));
}