handleInitializationError method

  1. @protected
void handleInitializationError(
  1. BuildContext context,
  2. Object error,
  3. StackTrace stackTrace
)

Implementation

@protected
void handleInitializationError(BuildContext context, Object error, StackTrace stackTrace) {
  throw Exception(
      "Error while loading future widget - error:$error - stacktrace:$stackTrace");
}