httpsCallable function

  1. @JS()
  2. @staticInterop
JSFunction httpsCallable(
  1. FunctionsJsImpl functions,
  2. JSString name, [
  3. HttpsCallableOptions? options
])

Implementation

@JS()
@staticInterop
external JSFunction httpsCallable(FunctionsJsImpl functions, JSString name,
    [HttpsCallableOptions? options]);