closeSession method
void
closeSession(
- FlutterSoundRecorderCallback aSession
inherited
Implementation
void closeSession(FlutterSoundRecorderCallback aSession) {
_slots[findSession(aSession)] = null;
}