handle abstract method

FutureOr<void> handle(
  1. User user,
  2. Server server
)

Implementation

FutureOr<void> handle(User user, Server server);