PollsExtensionDecorator constructor
PollsExtensionDecorator(
- DataSource dataSource, {
- PollsConfiguration? configuration,
Implementation
PollsExtensionDecorator(super.dataSource, {this.configuration}) {
getLoggedInUser();
}