identifyUser abstract method

void identifyUser(
  1. String? user, {
  2. Platform? platform,
})

Will attach a user to the session so you can identify the session later on.

Implementation

void identifyUser(String? user, {Platform? platform});