OutputCallback typedef

  1. @Deprecated('Use a custom LogOutput instead')
OutputCallback = void Function(OutputEvent event)

Implementation

@Deprecated('Use a custom LogOutput instead')
typedef OutputCallback = void Function(OutputEvent event);