alert method

void alert([
  1. String? message
])

Displays a modal alert to the user.

Other resources

Implementation

void alert([String? message]) native;