setUserIdentifier method
Sets the current user identifier to the provided id
.
Implementation
@override
void setUserIdentifier(String id) {
throwIfNotStarted();
methodChannel
.invokeMethod(_setUserIdentifierMethodName, {_userIdArgName: id});
}