RegisterCallback constructor

RegisterCallback({
  1. required dynamic callback,
})

Implementation

RegisterCallback({required this.callback});