start method
Implementation
@override
void start() {
if (state != EngineState.init) {
throw MinisoundPlatformException("cannot start engine");
}
state = EngineState.started;
}
@override
void start() {
if (state != EngineState.init) {
throw MinisoundPlatformException("cannot start engine");
}
state = EngineState.started;
}