@override Future<void> init() async { if (currentRouteInfo.parameter!.isNotEmpty) { await loadModel(currentRouteInfo.parameter); } notifyScreen(); }