handleError method Null safety
Implementation
void handleError() async {
LogManager().addLog("SplashScreen: handleError()", screen: runtimeType.toString());
setState(() {
hasError = true;
});
}
void handleError() async {
LogManager().addLog("SplashScreen: handleError()", screen: runtimeType.toString());
setState(() {
hasError = true;
});
}