stop static method

Future<void> stop()

Stop scanning - stub implementation for web

Implementation

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