retrievePropertiesAsync method

  1. @override
Future<IMap<String, Object?>> retrievePropertiesAsync(
  1. IIterable<String>? propertiesToRetrieve
)

Implementation

@override
Future<IMap<String, Object?>> retrievePropertiesAsync(
        IIterable<String>? propertiesToRetrieve) =>
    _iStorageItemExtraProperties
        .retrievePropertiesAsync(propertiesToRetrieve);