tiki_sdk_dart
metadata
MetadataService
update method
update
update
method
Null safety
void
update
(
MetadataKey
key
,
String
value
)
Implementation
void update(MetadataKey key, String value) => _repository.update(key, value);
tiki_sdk_dart
metadata
MetadataService
update method
MetadataService class
Constructors
MetadataService
Properties
hashCode
runtimeType
Methods
get
noSuchMethod
save
toString
update
Operators
operator ==