getTemplateSupplyName method

Future<String?> getTemplateSupplyName()

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

Implementation

Future<String?> getTemplateSupplyName() async {
  return await BradyFlutterPluginPlatform.instance.getTemplateSupplyName();
}