getList<T> method

Future<BuiltList<T?>> getList<T>(
  1. String path
)

Implementation

Future<BuiltList<T?>> getList<T>(String path) async {
  throw UnimplementedError();
}