anonymize static method
If a user ID was previously set via FS.identify(), this will end the session, clear the user ID, and begin a new anonymous session.
For more information, see https://developer.fullstory.com/mobile/flutter/identification/anonymize-users/
Implementation
static Future<void> anonymize() {
return FullstoryFlutterPlatform.instance.anonymize();
}