declareExport method

void declareExport(
  1. String id
)

Implementation

void declareExport(String id) {
  exports.add(id);
}