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