showDialog method

Future<T?> showDialog()

Implementation

Future<T?> showDialog() {
  return _show.call();
}