open<T> method

Future<T?> open<T>()

Implementation

Future<T?> open<T>() async {
  return await _state?.open();
}