reset static method

void reset()

Clears all local properties

This is not required for normal use, but can be used if needing to reset Firefuel

Implementation

static void reset() {
  _env = null;
  _firestore = null;
}