consumedProps property
Forward all the props from ErrorBoundaryProps to the child RecoverableErrorBoundary
by
explicitly setting consumedProps
to an empty list.
Implementation
@override
get consumedProps => [];
Forward all the props from ErrorBoundaryProps to the child RecoverableErrorBoundary
by
explicitly setting consumedProps
to an empty list.
@override
get consumedProps => [];