getTemplateSupplyName method

Future<String?> getTemplateSupplyName()

getTemplateSupplyName() returns the name of the supply that used to design the selected template

Implementation

Future<String?> getTemplateSupplyName() {
  throw UnimplementedError(
      'getTemplateSupplyName() has not been implemented.');
}