getScannerModel static method

Future<int?> getScannerModel()

Get the scanner model Returns a Future

Implementation

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