PersistorCallBackFunction<T extends FortState> typedef

PersistorCallBackFunction<T extends FortState> = dynamic Function(Tower<T> tower, T loadedState)

Implementation

typedef PersistorCallBackFunction<T extends FortState> = Function(Tower<T> tower, T loadedState);