subscriptionsHandler property

SubscriptionsHandler subscriptionsHandler
finalinherited

Implementation

final subscriptionsHandler = SubscriptionsHandler(
  handleError: (dynamic error, StackTrace stackTrace) => logger.error(
    'InitializerLifecycle: $error',
    error: error,
    stackTrace: stackTrace,
  ),
);