configureGetIt function
void
configureGetIt(
- SolanaClient provider,
- GetIt getIt
Implementation
void configureGetIt(SolanaClient provider, GetIt getIt) {
locator = getIt;
locator.registerLazySingleton(() => provider);
configureInjectable();
}