compile method

Future<String> compile(
  1. BuildContext ctx
)

The source code, including directives, that declare a class that is equivalent in behavior to this runtime.

Implementation

Future<String> compile(BuildContext ctx) async {
  throw UnimplementedError();
}