getScreenVariableRef abstract method

V? getScreenVariableRef(
  1. TinkScreenId screenId,
  2. String name
)

Gets the reference to the a device variable of the given name

Implementation

V? getScreenVariableRef(
  TinkScreenId screenId,
  String name,
);