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