getSession method

FlutterSoundRecorderCallback? getSession(
  1. int slotno
)
inherited

Implementation

FlutterSoundRecorderCallback? getSession(int slotno)
{
  return _slots[slotno];
}