open<T> method

Future<T?> open<T>()

Implementation

Future<T?> open<T>() async {
  return AntdLayer.open(this);
}