index method

Future<Response> index(
  1. Context ctx
)

Implementation

Future<Response> index(Context ctx) async {
  return ctx.json({'message': 'Index of User'});
}