fetchPools method

Future<List> fetchPools()

Implementation

Future<List<dynamic>>fetchPools()async{
  return await _jsApi.jsPromise('window.utils.getPools(10,0,"","")');
}