WriteCallback typedef

WriteCallback = void Function(List<int>)

Implementation

typedef WriteCallback = void Function(List<int>);