get static method
Implementation
static NUICryptography? get(){
if(_instance == null) throw Exception("NUICryptography -> NUICryptography instance has not been initialized with builder");
return _instance;
}
static NUICryptography? get(){
if(_instance == null) throw Exception("NUICryptography -> NUICryptography instance has not been initialized with builder");
return _instance;
}