synthesize abstract method
Synthesizes module into a SynthesisResult, given the mapping provided
by getInstanceTypeOfModule.
Implementation
SynthesisResult synthesize(
Module module, String Function(Module module) getInstanceTypeOfModule);
Synthesizes module into a SynthesisResult, given the mapping provided
by getInstanceTypeOfModule.
SynthesisResult synthesize(
Module module, String Function(Module module) getInstanceTypeOfModule);