ApplicationInput constructor

ApplicationInput({
  1. required String deviceToken,
})

Implementation

ApplicationInput({required this.deviceToken});