Get Brand Name
Return String device brand name.
Future<String> getBrandName() async { return IminPrinterPlatform.instance.getBrandName(); }