logger
logger property
The getter of the FlutterSoundRecorder Logger
Example
myRecorder.logger.d('Hello');
Implementation
Logger get logger => _logger;
The getter of the FlutterSoundRecorder Logger
myRecorder.logger.d('Hello');
Logger get logger => _logger;