FunctionsClient class
Constructors
Properties
Methods
-
dispose(
) → Future< void> - Disposes the self created isolate for json encoding/decoding
-
invoke(
String functionName, {Map< String, String> ? headers, Object? body, Iterable<MultipartFile> ? files, Map<String, dynamic> ? queryParameters, HttpMethod method = HttpMethod.post}) → Future<FunctionResponse> - Invokes a function
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAuth(
String token) → void - Updates the authorization header
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited