open abstract method Null safety

FutureOr<List<String>> open(
  1. T object
)

open returns the supported list of identifier String for the given object.

Implementation

FutureOr<List<String>> open(T object);