Get Model Name
Return String device model name.
Future<String> getModelName() async { return IminPrinterPlatform.instance.getModelName(); }