S2ModalOpen<T> typedef

S2ModalOpen<T> = void Function(T state)

Callback for event modal opened

Implementation

typedef S2ModalOpen<T> = void Function(T state);