initialise method

void initialise()

Initialize MoEngage SDK

Implementation

void initialise() {
  _platform.initialise(_moEInitConfig, appId);
}