static Future<void> setCustomerAttribute(Map<String, dynamic> map) async { return await channel.invokeMethod("setCustomerAttribute", map); }