Created
July 15, 2020 10:36
-
-
Save magicleon94/d084d6774b19cbc5530fda904f47f9b3 to your computer and use it in GitHub Desktop.
Auth0 conditional import stub - for medium article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'auth_manager.dart'; | |
AuthManager getManager() => | |
throw UnsupportedError('Cannot create an auth manager'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment