removeAttribute abstract method

Future<bool> removeAttribute(
  1. String attributeName
)

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);