PushConfig constructor

PushConfig({
  1. required bool shouldDeliverCallbackOnForegroundClick,
})

Implementation

PushConfig({required this.shouldDeliverCallbackOnForegroundClick});