handle method

Future handle(
  1. dynamic value
)

Implementation

Future handle(var value) async {
  return await _handlerFunction(value);
}