onGetSessionUserId method

String? onGetSessionUserId(
  1. MethodCall call
)

Implementation

String? onGetSessionUserId(MethodCall call) {
  return SnowplowTrackerController.getSessionUserId();
}