getState<S> abstract method
Gets the current value of the given state
action
is the action that wants to get the state. It determines which states are returned. An action can only get variables in its input and output list
Implementation
TinkVariableData<S>? getState<S>(TinkActionLike action, String name);