allowConnection property
Set if the connection is allowed or not.
Returns
- True if the connection is allowed, false otherwise
Implementation
static bool get allowConnection {
final OperationResult resultString = staticMethod(
'SdkSettings',
'getAllowConnection',
);
return resultString['result'];
}