init abstract method

void init()

Initialize the implementing class so that it is ready to work. Calling other methods (such as getFCMToken) before calling init is unlikely to work the way you want it to.

Implementation

void init();