scan static method

Future<bool> scan()

Implementation

static Future<bool> scan() async {
  return await _channel.invokeMethod('scan');
}