onInit property

Future<SplashRoute> Function() onInit
final

The async callback that returns the target SplashRoute.

Implementation

final Future<SplashRoute> Function() onInit;