HttpsCallableOptions constructor

const HttpsCallableOptions({
  1. 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)});