LoggingHostedFileClient constructor

LoggingHostedFileClient(
  1. HostedFileClient innerClient, {
  2. String? loggerName,
})

Creates a new LoggingHostedFileClient.

Implementation

LoggingHostedFileClient(super.innerClient, {String? loggerName})
    : _loggerName = loggerName ?? 'HostedFileClient';