createWayholderCollection method

IWayholderCollection createWayholderCollection(
  1. String prefix
)

Implementation

IWayholderCollection createWayholderCollection(String prefix) {
  return _implementation.createWayholderCollection(prefix);
}