getInstance static method
Creates a new HttpsCallable from a jsObject
.
Implementation
static HttpsCallable getInstance(JSFunction jsObject) {
return _expando[jsObject] ??= HttpsCallable._fromJsObject(jsObject);
}
Creates a new HttpsCallable from a jsObject
.
static HttpsCallable getInstance(JSFunction jsObject) {
return _expando[jsObject] ??= HttpsCallable._fromJsObject(jsObject);
}