clearAttributes method
Implementation
@override
Future<bool> clearAttributes(
{required String matchingKey, required String? bucketingKey}) async {
return await methodChannel.invokeMethod(
'clearAttributes', _buildParameters(matchingKey, bucketingKey));
}