methodForFindAll method

  1. @protected
DataRequestMethod methodForFindAll(
  1. Map<String, dynamic> params
)
inherited

Returns HTTP method for findAll. Defaults to GET.

Implementation

@protected
DataRequestMethod methodForFindAll(Map<String, dynamic> params) =>
    DataRequestMethod.GET;