onClickUpdate method
Triggers the update action when the "Update" button is clicked. This method invokes the corresponding platform-specific implementation for handling the update action.
Implementation
Future<void> onClickUpdate() async {
return AppticsFlutterPlatform.instance.onClickUpdate();
}