How can I make my button auto clicked as the page loads into my application, then calls the event that it supposed to execute? Here's my code in my xaml file for button.
<Button Text="Click Me!" x:Name="scanButton" HorizontalOptions="Center" VerticalOptions="CenterAndExpand" />