@override Future<void> dispatchEnvelope(String url) async { try { return await signEngine.dispatchEnvelope(url); } catch (e) { rethrow; } }