clearAttributes method
Removes all bound attributes.
Returns true
if the operation was successful; false otherwise.
Implementation
@override
Future<bool> clearAttributes() async {
return _platform.clearAttributes(
matchingKey: _matchingKey, bucketingKey: _bucketingKey);
}