HttpsCallableWeb constructor

HttpsCallableWeb(
  1. FirebaseFunctionsPlatform functions,
  2. Functions _webFunctions,
  3. String? origin,
  4. String? name,
  5. HttpsCallableOptions options,
  6. Uri? uri,
)

Constructor.

Implementation

HttpsCallableWeb(FirebaseFunctionsPlatform functions, this._webFunctions,
    String? origin, String? name, HttpsCallableOptions options, Uri? uri)
    : super(functions, origin, name, options, uri);