onLoading method

  1. @override
void onLoading(
  1. NetRequest request
)
inherited

Implementation

@override
void onLoading(NetRequest request) {
  _list.add(request);
}