FeedChanged typedef

FeedChanged = dynamic Function(FeedModel? value)

Implementation

typedef FeedChanged = Function(FeedModel? value);