DialogHandler.of constructor

DialogHandler.of(
  1. BuildContext context
)

Implementation

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