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 {
await methodChannel.invokeMethod<void>('setCurrentAppsentrikId', {
'appsentrikId': appsentrikId,
});
}