PushTokenHandler constructor

PushTokenHandler({
  1. required PushTokenInterface pushTokenInterface,
})

Implementation

PushTokenHandler({
  required this.pushTokenInterface,
});