ControllerDisposer<T> typedef

ControllerDisposer<T> = void Function(T controler)

Implementation

typedef void ControllerDisposer<T>(T controler);