<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 useless 'atHome' conditional expression of ecg_report_swiper."/>
<itemvalue="request user to allow license at first time startup."/>
@ -54,12 +55,11 @@
<itemvalue="exclamation"/>
<itemvalue="Returns an object representing the logical key that was pressed. {@template flutter.services.RawKeyEvent.logicalKey} This method takes into account the key map and modifier keys (like SHIFT) to determine which logical key to return. If you are looking for the character produced by a key event, use [RawKeyEvent.character] instead. If you are collecting text strings, use the [TextField] or [CupertinoTextField] widgets, since those automatically handle many of the complexities of managing keyboard input, like showing a soft keyboard or interacting with an input method editor (IME). {@endtemplate}"/>
<itemvalue="Represents the logical "Lang 1" key on the keyboard. See the function [RawKeyEvent.logicalKey] for more information."/>
<itemvalue="A list of all the predefined constant PhysicalKeyboardKeys so that they can be searched."/>