onHandle abstract method

Future<Response> onHandle(
  1. Request param
)
inherited

Method called when something should be handled in this class

Implementation

Future<V> onHandle(U param);