getAllElements static method
Implementation
static void getAllElements(
String listenerId, double pixRatio, int screenWidth, int screenHeight) {
List<Map<String, dynamic>> views =
recurseKey(_ctx, pixRatio, screenWidth, screenHeight);
_channel.invokeMethod('getAllElements',
<String, dynamic>{"listenerId": listenerId, "elements": views});
}