getSatoriClient function

SatoriBaseClient getSatoriClient({
  1. String? host = '127.0.0.1',
  2. String apiKey = 'apikey',
  3. int port = 7450,
  4. bool ssl = false,
})

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.',
    );