query network const.
Future<Map?> queryNetworkConst() async { final Map? res = await service!.queryNetworkConst(); return res; }