getCurrentWidgetHash method

  1. @override
int? getCurrentWidgetHash()
override

Returns the page widget that belongs to the current route

Implementation

@override
int? getCurrentWidgetHash() {
  return _widget.hashCode;
}