scan static method

Future<List<String>?> scan()

Implementation

static Future<List<String>?> scan() => _channel.invokeMethod('scan');