CallbackRegisterTypeConverter<T> constructor

const CallbackRegisterTypeConverter<T>({
  1. required ReadCallback<T, Uint16List> readCallback,
  2. WriteCallback<T, int, Uint16List>? writeCallback,
})

Implementation

const CallbackRegisterTypeConverter({
  required this.readCallback,
  this.writeCallback,
});