writeImportedName abstract method

void writeImportedName(
  1. List<Uri> uris,
  2. String name
)

Write the given name, possibly with a prefix, assuming that the name can be imported from any of the given uris.

Implementation

void writeImportedName(List<Uri> uris, String name);