Future<List> index([Map params])

Retrieves all resources.

Source

Future<List> index([Map params]) {
  throw new AngelHttpException.MethodNotAllowed();
}