menu
minisound package
documentation
generator.dart
Generator
start method
start method
dark_mode
light_mode
start
method
void
start
(
)
Starts the generator.
Implementation
void start() { _generator.start(); _isGenerating = true; }
minisound package
documentation
generator
Generator
start method
Generator class