alert method
- String? message
Displays a modal alert to the user.
Other resources
- User prompts from WHATWG.
Implementation
void alert([String? message]) native;
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Displays a modal alert to the user.
void alert([String? message]) native;