HttpsCallableOptions constructor

HttpsCallableOptions({
  1. Duration timeout = const Duration(seconds: 60),
})

Constructs a new HttpsCallableOptions instance with given timeout. Defaults timeout to 60 seconds.

Implementation

HttpsCallableOptions({this.timeout = const Duration(seconds: 60)});