@override Future<String?> encrypt(String msg, String destPubKey) { throw UnsupportedError( 'WebEventSigner is only available on web platforms.', ); }