closeSession method

void closeSession(
  1. FlutterSoundPlayerCallback aSession
)

Implementation

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