verify method
Verifies a PEM certificate against configured pins for domain.
When instanceId is null, the global default instance is used.
Deprecated. Implementations and callers should prefer validateConnection, which composes fetch + verify on the platform side in a single channel call.
Implementation
@Deprecated('Use validateConnection() instead.')
Future<void> verify(String domain, String certificate, {String? instanceId}) {
throw UnimplementedError('verify() has not been implemented.');
}