EventLogger constructor
EventLogger({
- required String collectionName,
- required LocalEventLogger localLogger,
Implementation
EventLogger(
{required String collectionName, required LocalEventLogger localLogger}) {
_collectionName = collectionName;
_localLogger = localLogger;
}