scan static method

Future<void> scan()

Start scanning - stub implementation for web

Implementation

static Future<void> scan() async {
  print("We're in Web, nothing to do here!");
}