compileAndSign abstract method
Future<CompileAndSignResult?>
compileAndSign(
- Iterable<
String> scriptNames, - Uint8List privateKey, {
- bool failOnErrors = false,
- OptimizationLevel optimizationLevel = OptimizationLevel.medium,
- DebugLevel debugLevel = DebugLevel.medium,
Retrieves the bytecode for listed modules and signature.
Implementation
Future<CompileAndSignResult?> compileAndSign(
Iterable<String> scriptNames,
Uint8List privateKey, {
bool failOnErrors = false,
OptimizationLevel optimizationLevel = OptimizationLevel.medium,
DebugLevel debugLevel = DebugLevel.medium,
});