Future<void> stopCaptureScreen(int index) async { return callMethod(_mediaSources[index].instance, 'stopCapture', []); }