void onVirtualDeviceRequest(List<Object?>? arguments) { try { if ((arguments ?? []).isNotEmpty) { log("$arguments"); } } catch (e) { log("$e"); } }