void onData(List list) { for (Object resp in list) { if (resp is Map) { _onReceiveUpdate(resp); } } }