open abstract method Null safety

FutureOr<List<String>> open(
  1. Map<String, Object?> object
)

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

Implementation

FutureOr<List<String>> open(Map<String, Object?> object);