shouldLoadRemoteAll method

  1. @protected
bool shouldLoadRemoteAll(
  1. bool remote,
  2. Map<String, dynamic> params,
  3. Map<String, String> headers
)
inherited

Returns whether calling findAll should trigger a remote call.

Meant to be overriden. Defaults to remote.

Implementation

@protected
bool shouldLoadRemoteAll(
  bool remote,
  Map<String, dynamic> params,
  Map<String, String> headers,
) =>
    remote;