StringCallback typedef

StringCallback = void Function(String? value)

Implementation

typedef void StringCallback(String? value);