clearCustomerAttribute static method

Future<void> clearCustomerAttribute(
  1. String attributeName
)

Implementation

static Future<void> clearCustomerAttribute(String attributeName) async {
  await channel.invokeMethod("clearCustomerAttribute", attributeName);
}