PostActionListener constructor
- void onPostActionsLambda(
- List<
PostAction>
- List<
This abstract class should be implemented in order to receive post action notifications.
Implementation
factory PostActionListener(
void Function(List<PostAction>) onPostActionsLambda,
) => PostActionListener$Lambdas(
onPostActionsLambda,
);