build method

Future<NUIWeb> build()

Implementation

Future<NUIWeb> build() async{
  final web = NUIWeb._builder(this);
  logNUI(NUIWeb._NUIWEB_MODULE, "Initialization successful");
  return web;
}