Skip to content

Instantly share code, notes, and snippets.

@Sameerkash
Created March 13, 2021 09:07
Show Gist options
  • Save Sameerkash/a997ed26bb89abaa7a7a3f64e6394d1b to your computer and use it in GitHub Desktop.
Save Sameerkash/a997ed26bb89abaa7a7a3f64e6394d1b to your computer and use it in GitHub Desktop.
GetIt getIt = GetIt.instance;

void setUp() {
  getIt.registerLazySingleton<Service>(() => Service());

  getIt.registerSingleton<HomeManager>(HomeManager());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment