takeSample abstract method

Future<void> takeSample({
  1. String? sampleName,
})

Request that sample(s) be taken. If sampleName is not supplied, samples will be taken for all known sample names.

Implementation

Future<void> takeSample({String? sampleName});