ShadertoyWSClient constructor

ShadertoyWSClient(
  1. ShadertoyWSOptions options, {
  2. Dio? client,
})

Creates a ShadertoyWSClient

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

Implementation

ShadertoyWSClient(ShadertoyWSOptions options, {Dio? client})
    : super(options, client: client);