clearAllCustomerAttribute static method
Implementation
static Future<void> clearAllCustomerAttribute() async {
return await channel.invokeMethod("clearAllCustomerAttribute");
}
static Future<void> clearAllCustomerAttribute() async {
return await channel.invokeMethod("clearAllCustomerAttribute");
}