PollsExtensionDecorator constructor

PollsExtensionDecorator(
  1. DataSource dataSource, {
  2. PollsConfiguration? configuration,
})

Implementation

PollsExtensionDecorator(super.dataSource, {this.configuration}) {
  getLoggedInUser();
}