instance property

RudderController get instance

Returns the singleton instance of RudderController.

This getter provides access to the single shared instance of the controller for SDK operations.

Implementation

static RudderController get instance => _instance;