init abstract method

Future<void> init(
  1. PushClickAction onClickNotificationFunction
)

Developers should not use this field directly Initialize the push capability

Implementation

Future<void> init(PushClickAction onClickNotificationFunction);