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