dryStream method

Future<void> dryStream(
  1. TuulOptions tuulOptions
)

Validates tuulOptions for streaming without performing an actual network request.

Implementation

Future<void> dryStream(TuulOptions tuulOptions) async {
  tuulOptions.validate();
}