Get the scanner model Returns a Future
static Future<int?> getScannerModel() { print("We're in Web, nothing to do here!"); return Future.value(null); }