configJson property

Map<String, dynamic> configJson
final

Allows an optional configuration object to be passed. When the setup method is called without a config object, the list of institutions will be displayed for a user to select from. https://github.com/withmono/connect.js#setupconfig-object

Implementation

final Map<String, dynamic> configJson;