Calls the specified Stitch service function.
the name of the Stitch service function to call.
the arguments to pass to the function.
the optional codec to use to decode the result of the function call.
a {@link Promise} that resolves when the request completes.
Generated using TypeDoc
StitchServiceClient
StitchServiceClient acts as a general purpose client for working with services that are not defined or well defined by this SDK. It functions similarly to {@link com.mongodb.stitch.android.core.StitchAppClient#callFunction}.