ServiceUrls constructor
ServiceUrls({})
region
is the Nhost services Urls that can be found on
your Nhost self-hosted project page.
Implementation
ServiceUrls({
required this.authUrl,
required this.graphqlUrl,
required this.storageUrl,
required this.functionsUrl,
});