build method
Implementation
Future<NUICryptography> build() async{
final crypto = NUICryptography._builder(this);
// logNUI("NUICryptography", "Initialization successful");
NUICryptography._instance = crypto;
return crypto;
}
Future<NUICryptography> build() async{
final crypto = NUICryptography._builder(this);
// logNUI("NUICryptography", "Initialization successful");
NUICryptography._instance = crypto;
return crypto;
}