StateSetter typedef

StateSetter = void Function(void callback())

Implementation

typedef StateSetter = void Function(void Function() callback);