setUserData method
Implementation
@override
Future<void> setUserData(FBSetUserDataRequest request) async {
_advancedMatching[_advancedMatchingKeyFor(request.type)] = request.value;
if (_pixelId != null) {
_logDebug(
'Advanced matching data updated. Call initWebPixel again only if you '
'need Meta Pixel to re-read the matching data in the current session.',
);
}
}