ALogCallback constructor

ALogCallback({
  1. FutureOr<void> onLogPrint(
    1. String? info,
    2. int? level
    )?,
})

Implementation

ALogCallback({this.onLogPrint});