identifyCustomer method

  1. @override
Future<void> identifyCustomer(
  1. Customer customer
)

Identify current customer with new customer ids and properties.

Implementation

@override
Future<void> identifyCustomer(Customer customer) async {
  throw UnimplementedError();
}