start method
Implementation
@override
void start() {
if (state != RecorderState.ready) {
throw MinisoundPlatformException("Recorder not initialized");
}
state = RecorderState.recording;
}
@override
void start() {
if (state != RecorderState.ready) {
throw MinisoundPlatformException("Recorder not initialized");
}
state = RecorderState.recording;
}