onFixError abstract method

void onFixError(
  1. BuildContext context,
  2. Object error,
  3. StackTrace trace
)

初始化修复失败

Implementation

void onFixError(BuildContext context, Object error, StackTrace trace);