LoadingPage constructor Null safety

const LoadingPage(
  1. StorageAdapter _sa,
  2. APIConnector _api,
  3. {Key? key}
)

Implementation

const LoadingPage(this._sa, this._api, {Key? key}) : super(key: key);