@override void startCapture(String captureId) async { var data = {"captureId": captureId}; await _channel.invokeMethod('startCapture', data); }