configureImpaktfullArchitecture function

Future<void> configureImpaktfullArchitecture(
  1. GetItHelper gh, {
  2. bool isWeb = kIsWeb,
})

Implementation

Future<void> configureImpaktfullArchitecture(
  GetItHelper gh, {
  bool isWeb = kIsWeb,
}) async {
  await _register3rdPartyStorage(gh, isWeb: isWeb);
  _registerStores(gh, isWeb: isWeb);
}