removeAttribute abstract method
Removes a specific attribute from storage.
Specify the attribute to be removed using attributeName
.
Returns true
if the operation was successful; false otherwise.
Implementation
Future<bool> removeAttribute(String attributeName);