logVersion method
void
logVersion()
override
Signal that the client has started analysis server. This method should be invoked exactly one time.
Implementation
@override
void logVersion(
String uuid,
String clientId,
String clientVersion,
String serverVersion,
String sdkVersion,
) {}