resetForTesting method
Resets to uninitialised state.
For use in tests only.
Implementation
@visibleForTesting
void resetForTesting() {
_initialized = false;
_onMessage = null;
_onMessageOpenedApp = null;
}
Resets to uninitialised state.
For use in tests only.
@visibleForTesting
void resetForTesting() {
_initialized = false;
_onMessage = null;
_onMessageOpenedApp = null;
}