registerRecorder function Null safety
- BuildContext context,
- SoundRecorderUIState recorder
Implementation
void registerRecorder(BuildContext context, SoundRecorderUIState recorder) {
RecorderPlaybackController.of(context)?._state.registerRecorder(recorder);
}