getAttribute method
Implementation
@override
Future getAttribute(
{required String matchingKey,
required String? bucketingKey,
required String attributeName}) {
return methodChannel.invokeMethod(
'getAttribute',
_buildParameters(
matchingKey, bucketingKey, {'attributeName': attributeName}));
}