UserBindings constructor Null safety
- String apiBaseUrl
Implementation
UserBindings(String apiBaseUrl)
: assert(
apiBaseUrl.isNotEmpty,
'Please ensure that the EngineConfig.apiBaseUrl is set '
'before loading the bindings') {
EngineConfig.apiBaseUrl = apiBaseUrl;
}