reset static method
void
reset()
Reset the platform services instance (useful for testing).
Implementation
static void reset() {
_instance = null;
}
Reset the platform services instance (useful for testing).
static void reset() {
_instance = null;
}