clearUserIdentifier method
Clears the current user identifier.
Implementation
@override
void clearUserIdentifier() {
throwIfNotStarted();
methodChannel.invokeMethod(_clearUserIdentifierMethodName);
}
Clears the current user identifier.
@override
void clearUserIdentifier() {
throwIfNotStarted();
methodChannel.invokeMethod(_clearUserIdentifierMethodName);
}