init method

  1. @override
dynamic init()
override

Implementation

@override
init() async {
  hasError = await checkError;
  super.init();
}