onError abstract method
Describe what to do in the event of an error.
エラーが発生した場合の処理を記述します。
Implementation
void onError(
BuildContext context,
BootRef ref,
Object error,
StackTrace stackTrace,
);
Describe what to do in the event of an error.
エラーが発生した場合の処理を記述します。
void onError(
BuildContext context,
BootRef ref,
Object error,
StackTrace stackTrace,
);