Future<Map> parseUrls() async { try { jsons.mergeInto(uri.queryParameters); } catch (e) { Dartive.logger('parseUrls $e', 'E'); } return jsons; }