DialogHandler.of constructor
DialogHandler.of(
- BuildContext context
Implementation
factory DialogHandler.of(BuildContext context) {
return DialogHandler(context);
}
factory DialogHandler.of(BuildContext context) {
return DialogHandler(context);
}