PresentationChanged typedef Null safety

PresentationChanged = dynamic Function(PresentationModel? value)

Implementation

typedef PresentationChanged = Function(PresentationModel? value);