identifyUser abstract method

Future<String?> identifyUser({
  1. String? email,
  2. String? phone,
  3. String? countryCode,
})

Identifies the user using either email or phone with an optional countryCode.

Implementation

Future<String?> identifyUser({String? email, String? phone, String? countryCode});