show method

Widget show(
  1. String id
)

Render a single resource (GET /{resource}/:id).

Implementation

Widget show(String id) =>
    throw UnimplementedError('$runtimeType must override show(id)');