scan static method

Future<String?> scan()

Implementation

static Future<String?> scan() async {
  return await _channel.invokeMethod("scan");
}