isObslySDKConnectedForTest method
Test-only method to check if Obsly SDK is connected
Implementation
bool isObslySDKConnectedForTest() {
return _obslySDK != null;
}
Test-only method to check if Obsly SDK is connected
bool isObslySDKConnectedForTest() {
return _obslySDK != null;
}