confirm method
- String? message
Displays a modal OK/Cancel prompt to the user.
Other resources
- User prompts from WHATWG.
Implementation
bool confirm([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 OK/Cancel prompt to the user.
bool confirm([String? message]) native;