setCurrentAppsentrikId method
Inform native side about the current appsentrik_id so that native crashes can be tagged with the same logical user.
Implementation
@override
Future<void> setCurrentAppsentrikId(String appsentrikId) async {
// No-op on web (no native crash store).
return;
}