queryNetworkConst method

Future<Map?> queryNetworkConst()

query network const.

Implementation

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