urlForFindAll method

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

Returns URL for findAll. Defaults to type.

Implementation

@protected
String urlForFindAll(Map<String, dynamic> params) => type;