getInstance static method

HttpsCallable getInstance(
  1. HttpsCallableJsImpl jsObject
)

Creates a new HttpsCallable from a jsObject.

Implementation

static HttpsCallable getInstance(
        functions_interop.HttpsCallableJsImpl jsObject) =>
    _expando[jsObject] ??= HttpsCallable._fromJsObject(jsObject);