alert method - Window class - dart:html library (original) (raw)

description

void alert([

  1. String? message ])

Displays a modal alert to the user.

Other resources

Implementation

void alert([String? message]) native;