execute abstract method

  1. @mustCallSuper
  2. @protected
Future<T?> execute(
  1. LoaderState state
)

Method to execute the task. Must be overridden by subclasses.

Implementation

@mustCallSuper
@protected
Future<T?> execute(LoaderState state);