compileOrcSync method

  1. @override
int compileOrcSync(
  1. String orc
)
override

Implementation

@override
int compileOrcSync(String orc) {
  // TODO: implement compileOrcSync
  throw UnimplementedError();
}