onRepositoryCreated property
Optional callback that is called when the FeedbackRepository is created. Useful for saving the repository reference to your own DI container.
Implementation
final void Function(FeedbackRepository remoteConfigRepo)? onRepositoryCreated;