Check if scanner is available Returns a Future
static Future<bool?> isScannerAvailable() { print("We're in Web, nothing to do here!"); return Future.value(false); }