onGetSessionIndex method

int? onGetSessionIndex(
  1. MethodCall call
)

Implementation

int? onGetSessionIndex(MethodCall call) {
  return SnowplowTrackerController.getSessionIndex();
}