listItems method Null safety
Lists all SchemaDocuments in the Bucket
Implementation
Future<List<SchemaDocument>> listItems() async {
await refresh();
return _cachedDocs;
}
Lists all SchemaDocuments in the Bucket
Future<List<SchemaDocument>> listItems() async {
await refresh();
return _cachedDocs;
}