HandlerBinary typedef

HandlerBinary = Future<Object?> Function(List<int> arguments)

Implementation

typedef HandlerBinary = Future<Object?> Function(List<int> arguments);