resetIsClientForTesting function

void resetIsClientForTesting()

Resets isClientEnvironment to the default value (kIsWeb).

Call this in a tearDown callback after using setIsClientForTesting.

Implementation

void resetIsClientForTesting() => _isClient = kIsWeb;