Verify the data with the pair.
data
pair
static Future<Object?> verify(Object data, KeyPair pair) => toFuture(SeaJsImpl.verify(data, pair)).then(jsToDart);