EditorFeedback<T> typedef

EditorFeedback<T> = void Function(bool status, T value)

Implementation

typedef EditorFeedback<T> = void Function(
    bool status, T value);