context property
Context
get
context
Implementation
Context get context {
if (_sdkContext == null) {
throw Exception('You need initialize DGis SDK first');
}
return _sdkContext!;
}
Context get context {
if (_sdkContext == null) {
throw Exception('You need initialize DGis SDK first');
}
return _sdkContext!;
}