closeSession method

void closeSession(
  1. FlutterSoundRecorderCallback aSession
)
inherited

Implementation

void closeSession(FlutterSoundRecorderCallback aSession) {
  _slots[findSession(aSession)] = null;
}