Skip to content

Instantly share code, notes, and snippets.

@magicleon94
Created July 15, 2020 10:36
Show Gist options
  • Save magicleon94/d084d6774b19cbc5530fda904f47f9b3 to your computer and use it in GitHub Desktop.
Save magicleon94/d084d6774b19cbc5530fda904f47f9b3 to your computer and use it in GitHub Desktop.
Auth0 conditional import stub - for medium article
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