Future<PublicKey> publicKey() async { final response = await _network.get( Url.publicKey, query: {}, headers: {'Content-Type': 'application/json; charset=utf-8'}, ); return response; }