filterOnLoad method

  1. @protected
  2. @mustCallSuper
List<Object> filterOnLoad(
  1. List<Object> loaded
)

You can filter the loaded content when it is loaded.

Edit the value of loaded and return.

Implementation

@protected
@mustCallSuper
List<Object> filterOnLoad(List<Object> loaded) => loaded;