Hi! We are implementing appium with dart using this library in our project.
I have seen that recording actions were not implemented yet:
[HttpMethod.httpPost, 'session/:session_id/appium/stop_recording_screen']
[HttpMethod.httpPost, 'session/:session_id/appium/start_recording_screen']
Is it something you have in mind to implement? Any other workaround to do this without those actions?
Thanks in advance!