allScreenVariables abstract method

Map<String, V>? allScreenVariables(
  1. TinkScreenId screenPath
)

Get all app variable references. Note that the value of the variables are not included

Implementation

Map<String, V>? allScreenVariables(TinkScreenId screenPath);