zenTestMode function
Helper function to access test mode (alternative to extension)
This is exported globally so you can use:
zenTestMode().mock<AuthService>(FakeAuthService());
Implementation
ZenTestMode zenTestMode() => ZenTestMode();
Helper function to access test mode (alternative to extension)
This is exported globally so you can use:
zenTestMode().mock<AuthService>(FakeAuthService());
ZenTestMode zenTestMode() => ZenTestMode();