clearAttributes method

  1. @override
Future<bool> clearAttributes()
override

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