requiresConnection property
Whether this extension requires a connected app to use.
This value can be defined by the extension's 'config.yaml' file. If it is not defined, this will default to true.
Implementation
final bool requiresConnection;
Whether this extension requires a connected app to use.
This value can be defined by the extension's 'config.yaml' file. If it is not defined, this will default to true.
final bool requiresConnection;