init method

void init()

Implementation

void init() {
  _initialiseEventData();

  print('EventLocationShare init');
  eventsToShareLocationWith.forEach((e) => print('${e.key}'));
  sendLocation();
}