anybody method

Future<Response?> anybody(
  1. Request req
)

Implementation

Future<Response?> anybody(Request req) async {
  return null;
}