Functions class
Properties
- app → AppJsImpl
-
no setter
- functions → Functions
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsObject → FunctionsJsImpl
-
JS object.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
httpsCallable(
String name, [HttpsCallableOptions? options]) → HttpsCallable -
httpsCallableUri(
Uri uri, [HttpsCallableOptions? options]) → HttpsCallable -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
useFunctionsEmulator(
String host, int port) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getInstance(
FunctionsJsImpl jsObject) → Functions -
Creates a new Functions from a
jsObject
.