requiresConnection property

bool requiresConnection
final

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;