onRepositoryCreated property

void Function(FeedbackRepository remoteConfigRepo)? onRepositoryCreated
final

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;