onHandle method Null safety
- Request param
inherited
Method called when something should be handled in this class
Implementation
Future<V> onHandle(U param);
Method called when something should be handled in this class
Future<V> onHandle(U param);