getSatoriClient function
Implementation
SatoriBaseClient getSatoriClient({
String? host = '127.0.0.1',
String apiKey = 'apikey',
int port = 7450,
bool ssl = false,
}) =>
throw UnsupportedError(
'Satori is not supported outside JS runtime.',
);