getAdapterNames method

List<String>? getAdapterNames()

Implementation

List<String>? getAdapterNames() {
  return adapterNames;
}