functions property

FunctionsClient functions

The Nhost serverless functions service.

https://docs.nhost.io/platform/serverless-functions

Implementation

FunctionsClient get functions => _functions ??= FunctionsClient(
      baseUrl: '$backendUrl/v1/functions',
      session: _session,
      httpClient: httpClient,
    );