MvvmAnimationListener<P extends Presenter<dynamic, AlfreedView>, M> typedef

MvvmAnimationListener<P extends Presenter<dynamic, AlfreedView>, M> = void Function(AlfreedContext context, P presenter, M model)

functions to handle animation state without refresh page

Implementation

typedef MvvmAnimationListener<P extends Presenter, M> = void Function(
    AlfreedContext context, P presenter, M model);