onGetSessionId method

String? onGetSessionId(
  1. MethodCall call
)

Implementation

String? onGetSessionId(MethodCall call) {
  return SnowplowTrackerController.getSessionId();
}