handle abstract method

Future<T> handle(
  1. Context context,
  2. dynamic data
)

Implementation

Future<T> handle(Context context, data);