identify abstract method

void identify({
  1. String? userId,
  2. String? username,
})

Implementation

void identify({String? userId, String? username});