**Package version** 6.0.0 **Environment** - OS: [Android] **Describe the bug** final AudioRecorder _audioRecorder = AudioRecorder(); if (await _audioRecorder.isRecording()){ } **To Reproduce** Frequent calls to the isRecording() method of AudioRecorder will result in continuous blocking and will not return any content **Expected behavior** Return to normal status every time **Additional context** no