execute abstract method
Method to execute the task. Must be overridden by subclasses.
Implementation
@mustCallSuper
@protected
Future<T?> execute(LoaderState state);
Method to execute the task. Must be overridden by subclasses.
@mustCallSuper
@protected
Future<T?> execute(LoaderState state);