setCurrentAppsentrikId method

Future<void> setCurrentAppsentrikId(
  1. String appsentrikId
)

Inform native side about the current appsentrik_id so that native crashes can be tagged with the same logical user.

Implementation

Future<void> setCurrentAppsentrikId(String appsentrikId) {
  throw UnimplementedError(
    'setCurrentAppsentrikId() has not been implemented.',
  );
}