<itemvalue="Appends up to four conic curves weighted to describe an oval of `radius` and rotated by `rotation`. The first curve begins from the last point in the path and the last ends at `arcEnd`. The curves follow a path in a direction determined by `clockwise` and `largeArc` in such a way that the sweep angle is always less than 360 degrees. A simple line is appended if either either radii are zero or the last point in the path is `arcEnd`. The radii are scaled to fit the last path point if both are greater than zero but too small to describe an arc."/>
<itemvalue="Appends up to four conic curves weighted to describe an oval of `radius` and rotated by `rotation`. The first curve begins from the last point in the path and the last ends at `arcEnd`. The curves follow a path in a direction determined by `clockwise` and `largeArc` in such a way that the sweep angle is always less than 360 degrees. A simple line is appended if either either radii are zero or the last point in the path is `arcEnd`. The radii are scaled to fit the last path point if both are greater than zero but too small to describe an arc."/>
<itemvalue="arc To Point"/>
<itemvalue="arc To Point"/>
<itemvalue="un Processable Entity"/>
<itemvalue="un Processable Entity"/>
@ -54,11 +55,10 @@
<itemvalue="use 'fromMarket' and 'uploaded' flag instead of 'readOnly'; code clean."/>
<itemvalue="use 'fromMarket' and 'uploaded' flag instead of 'readOnly'; code clean."/>
<itemvalue="Removes the topmost Flutter instance, presenting what was before it. On Android, removes this activity from the stack and returns to the previous activity. On iOS, calls `popViewControllerAnimated:` if the root view controller is a `UINavigationController`, or `dismissViewControllerAnimated:completion:` if the top view controller is a `FlutterViewController`. The optional `animated` parameter is ignored on all platforms except iOS where it is an argument to the aforementioned methods. This method should be preferred over calling `dart:io`'s [exit] method, as the latter may cause the underlying platform to act as if the application had crashed."/>
<itemvalue="Removes the topmost Flutter instance, presenting what was before it. On Android, removes this activity from the stack and returns to the previous activity. On iOS, calls `popViewControllerAnimated:` if the root view controller is a `UINavigationController`, or `dismissViewControllerAnimated:completion:` if the top view controller is a `FlutterViewController`. The optional `animated` parameter is ignored on all platforms except iOS where it is an argument to the aforementioned methods. This method should be preferred over calling `dart:io`'s [exit] method, as the latter may cause the underlying platform to act as if the application had crashed."/>
<itemvalue="remove support for WeCardioUNPlus device."/>
<itemvalue="remove support for WeCardioUNPlus device."/>
<itemvalue="remove useless 'atHome' conditional expression of ecg_report_swiper."/>