logger property

Logger get logger

The getter of the FlutterSoundRecorder Logger


Example

myRecorder.logger.d('Hello');

Implementation

Logger get logger => _logger;