saveRequest method

  1. @override
  2. @protected
Future<void> saveRequest()
override

The actual loading process is done from the API when it is saved.

By overriding, it is possible to use plugins, etc. in addition to simply saving to the URL.

Implementation

@override
@protected
Future<void> saveRequest() async {
  throw UnimplementedError();
}