identify abstract method

Future<void> identify(
  1. String userId
)

Call this function to link a user to his unique ID in your system and share purchase data. userId unique user ID in your system

Implementation

Future<void> identify(String userId);