configureGetIt function

void configureGetIt(
  1. SolanaClient provider,
  2. GetIt getIt
)

Implementation

void configureGetIt(SolanaClient provider, GetIt getIt) {
  locator = getIt;

  locator.registerLazySingleton(() => provider);

  configureInjectable();
}