compile method

Uint8List compile(
  1. String code,
  2. String fileName
)

Implementation

Uint8List compile(String code, String fileName) {
  throw UnimplementedError();
}