ShadertoySiteClient constructor

ShadertoySiteClient(
  1. ShadertoySiteOptions options, {
  2. Dio? client,
})

Creates a ShadertoySiteClient

  • options: The ShadertoySiteOptions used to configure this client
  • client: A pre-initialized Dio client

Implementation

ShadertoySiteClient(ShadertoySiteOptions options, {Dio? client})
    : super(options, client: client);