removeSessionEventHandler method Null safety
Removes SessionEventHandler from SDK.
Implementation
void removeSessionEventHandler() {
  _int.eventManager.removeSessionHandler();
}Removes SessionEventHandler from SDK.
void removeSessionEventHandler() {
  _int.eventManager.removeSessionHandler();
}