getBrandName method

Future<String> getBrandName()

Get Brand Name

Return String device brand name.

Implementation

Future<String> getBrandName() async {
  return IminPrinterPlatform.instance.getBrandName();
}