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

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

functions to handle animation state without refresh page

Implementation

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