natual static method

EntryFunction natual(
  1. String module,
  2. String func,
  3. List<TypeTag> typeArgs,
  4. List<Uint8List> args,
)

Implementation

static EntryFunction natual(String module, String func, List<TypeTag> typeArgs, List<Uint8List> args) {
  return EntryFunction.natural(module, func, typeArgs, args);
}