load abstract method

void load(
  1. String name,
  2. Uint8List bytecode, {
  3. int env = 0,
})

Implementation

void load(String name, Uint8List bytecode, {int env = 0});