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